mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-06 02:37:47 +00:00
Fixed ActorCast opcode
This commit is contained in:
parent
480a4456e4
commit
cec5d31229
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ enum ServerZoneIpcType :
|
|||
ActorMove = 0x0170, // updated 4.4
|
||||
ActorSetPos = 0x0172, // updated 4.4
|
||||
|
||||
ActorCast = 0x0170, // updated 4.4
|
||||
ActorCast = 0x0174, // updated 4.4
|
||||
|
||||
PartyList = 0x0176, // updated 4.4
|
||||
HateList = 0x0177, // updated 4.4
|
||||
|
|
Loading…
Add table
Reference in a new issue