mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Modified scripts to work with new system.
This commit is contained in:
parent
62ed9b22f1
commit
fc51b7f564
4 changed files with 89 additions and 16 deletions
|
@ -150,7 +150,7 @@ namespace FFXIVClassic_Map_Server.dataobjects
|
|||
|
||||
if (actor is Npc)
|
||||
{
|
||||
LuaEngine.doActorOnSpawn(getActor(), (Npc)actor);
|
||||
((Npc)actor).DoOnActorSpawn(playerActor);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue