mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 16:37:45 +00:00
Fixed ActorCast opcode
This commit is contained in:
parent
73c213337f
commit
0c13622a0d
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