mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-21 16:40:51 +02:00
fixed derps causing client/server crashes
This commit is contained in:
parent
8eaa920751
commit
ac01224769
16 changed files with 60 additions and 60 deletions
|
@ -347,7 +347,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
return;
|
||||
|
||||
Npc npc = new Npc(mActorList.Count + 1, actorClass.actorClassId, location.uniqueId, actorId, location.x, location.y, location.z, location.rot, location.state, location.animId, actorClass.displayNameId, null, actorClass.classPath);
|
||||
npc.loadEventConditions(actorClass.eventConditions);
|
||||
npc.LoadEventConditions(actorClass.eventConditions);
|
||||
|
||||
AddActorToZone(npc);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue