mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
Updated some client opcodes
This commit is contained in:
parent
450464a23e
commit
67b06bce25
1 changed files with 3 additions and 3 deletions
|
@ -177,9 +177,9 @@ namespace Packets {
|
||||||
ActionHandler = 0x0131, // updated 4.2
|
ActionHandler = 0x0131, // updated 4.2
|
||||||
DiscoveryHandler = 0x0132, // updated 4.2
|
DiscoveryHandler = 0x0132, // updated 4.2
|
||||||
|
|
||||||
SkillHandler = 0x0114, // updated 4.1
|
SkillHandler = 0x0134, // updated 4.2
|
||||||
GMCommand1 = 0x0115, // updated 4.1 ??
|
GMCommand1 = 0x0135, // updated 4.2
|
||||||
GMCommand2 = 0x0116, // updated 4.1 ??
|
GMCommand2 = 0x0136, // updated 4.2
|
||||||
UpdatePositionHandler = 0x0138, // updated 4.2
|
UpdatePositionHandler = 0x0138, // updated 4.2
|
||||||
UpdatePositionInstance = 0x0177, // updated 4.2
|
UpdatePositionInstance = 0x0177, // updated 4.2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue