Modified scripts to work with new system.

This commit is contained in:
Filip Maj 2016-05-29 16:03:24 -04:00
parent 62ed9b22f1
commit fc51b7f564
4 changed files with 89 additions and 16 deletions

View file

@ -150,7 +150,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
if (actor is Npc)
{
LuaEngine.doActorOnSpawn(getActor(), (Npc)actor);
((Npc)actor).DoOnActorSpawn(playerActor);
}
}
}