1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 06:27:45 +00:00

correct opcode for ActorSetPos

This commit is contained in:
Adam 2018-02-01 22:06:02 +11:00
parent 0eb91cc9a0
commit 1708e5d510

View file

@ -76,7 +76,7 @@ namespace Packets {
PlayerSpawn = 0x015C, // updated 4.2 PlayerSpawn = 0x015C, // updated 4.2
NpcSpawn = 0x015D, // updated 4.2 NpcSpawn = 0x015D, // updated 4.2
ActorMove = 0x015E, // updated 4.2 ActorMove = 0x015E, // updated 4.2
ActorSetPos = 0x015F, // updated 4.2 ActorSetPos = 0x0160, // updated 4.2
ActorCast = 0x0162, // updated 4.2 ActorCast = 0x0162, // updated 4.2
HateList = 0x0165, // updated 4.2 HateList = 0x0165, // updated 4.2
UpdateClassInfo = 0x0169, // updated 4.2 UpdateClassInfo = 0x0169, // updated 4.2