mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-02 08:57:44 +00:00
Fix ActionHandler
This commit is contained in:
parent
649ecbad53
commit
e91546c971
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