Push command loading implemented.

This commit is contained in:
Filip Maj
2017-01-10 16:43:03 -05:00
parent 9bc3fc8dd7
commit fb1d22d731
4 changed files with 31 additions and 6 deletions

View File

@@ -69,8 +69,9 @@ namespace FFXIVClassic_Map_Server.Actors
npcWork.hateType = 1;
}
npcWork.pushCommand = 0x271D;
npcWork.pushCommandPriority = 1;
npcWork.pushCommand = actorClass.pushCommand;
npcWork.pushCommandSub = actorClass.pushCommandSub;
npcWork.pushCommandPriority = actorClass.pushCommandPriority;
GenerateActorName((int)actorNumber);
}