mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
Fix ActionHandler
This commit is contained in:
parent
d63ba00094
commit
e9142af286
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ namespace Packets {
|
||||||
FcInfoReqHandler = 0x0109, // updated 4.1
|
FcInfoReqHandler = 0x0109, // updated 4.1
|
||||||
|
|
||||||
ZoneLineHandler = 0x0110, // updated 4.1
|
ZoneLineHandler = 0x0110, // updated 4.1
|
||||||
ActionHandler = 0x0111, // updated 4.1
|
ActionHandler = 0x0131, // updated 4.2
|
||||||
DiscoveryHandler = 0x0112, // updated 4.1
|
DiscoveryHandler = 0x0112, // updated 4.1
|
||||||
|
|
||||||
SkillHandler = 0x0114, // updated 4.1
|
SkillHandler = 0x0114, // updated 4.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue