mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 05:37:45 +00:00
GM command opcodes
This commit is contained in:
parent
c28fcdd02b
commit
28370ebd30
1 changed files with 2 additions and 2 deletions
|
@ -255,8 +255,8 @@ namespace Packets {
|
|||
DiscoveryHandler = 0x0109,// updated for sb
|
||||
|
||||
SkillHandler = 0x010B, // updated for sb
|
||||
GMCommand1 = 0x010D,// updated for sb
|
||||
GMCommand2 = 0x010E,// updated for sb
|
||||
GMCommand1 = 0x010C,// updated for sb
|
||||
GMCommand2 = 0x010D,// updated for sb
|
||||
UpdatePositionHandler = 0x010F, // updated for sb
|
||||
|
||||
InventoryModifyHandler = 0x0116, // updated for sb
|
||||
|
|
Loading…
Add table
Reference in a new issue