mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-28 21:36:09 +02:00
Started mass overhaul of quests and related components like small talk. Fixed some scripts. More fixes required.
This commit is contained in:
parent
df49eefadb
commit
2279ee7017
33 changed files with 1241 additions and 279 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue