1
Fork 0
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:
Mordred 2018-09-19 14:58:11 +02:00 committed by GitHub
parent 73c213337f
commit 0c13622a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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