mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Started mass overhaul of quests and related components like small talk. Fixed some scripts. More fixes required.
This commit is contained in:
@@ -207,9 +207,9 @@ namespace Meteor.Map
|
||||
//Is it a instance actor?
|
||||
if (ownerActor == null)
|
||||
ownerActor = session.GetActor().zone.FindActorInArea(eventStart.ownerActorID);
|
||||
//Is it a Director?
|
||||
if (ownerActor == null)
|
||||
{
|
||||
//Is it a Director?
|
||||
Director director = session.GetActor().GetDirector(eventStart.ownerActorID);
|
||||
if (director != null)
|
||||
ownerActor = director;
|
||||
|
||||
Reference in New Issue
Block a user