mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Push command loading implemented.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user