mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 05:57:45 +00:00
Correct client opcode updatepos
This commit is contained in:
parent
709e1c1b94
commit
111aa8c383
1 changed files with 2 additions and 1 deletions
|
@ -182,7 +182,8 @@ namespace Packets {
|
|||
SkillHandler = 0x0114, // updated 4.1
|
||||
GMCommand1 = 0x0115, // updated 4.1 ??
|
||||
GMCommand2 = 0x0116, // updated 4.1 ??
|
||||
UpdatePositionHandler = 0x0118, // updated 4.1
|
||||
UpdatePositionHandler = 0x0138, // updated 4.2
|
||||
UpdatePositionInstance = 0x0177, // updated 4.2
|
||||
|
||||
InventoryModifyHandler = 0x011F, // updated 4.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue