mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
renamed mob stuff to battlenpc
- stubbed spawn/die/despawn functions
This commit is contained in:
@@ -427,7 +427,7 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
Npc npc;
|
||||
|
||||
if(isMob)
|
||||
npc = new Mob(mActorList.Count + 1, actorClass, uniqueId, this, x, y, z, rot, state, animId, null);
|
||||
npc = new BattleNpc(mActorList.Count + 1, actorClass, uniqueId, this, x, y, z, rot, state, animId, null);
|
||||
else
|
||||
npc = new Npc(mActorList.Count + 1, actorClass, uniqueId, this, x, y, z, rot, state, animId, null);
|
||||
|
||||
|
Reference in New Issue
Block a user