mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-08 19:57:46 +00:00
GM command opcodes
This commit is contained in:
parent
45b2fa55b7
commit
1151e19154
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