From 111aa8c383719c044eb592dcd97f83c6e07052e8 Mon Sep 17 00:00:00 2001 From: Perize Date: Tue, 30 Jan 2018 19:45:39 +0900 Subject: [PATCH] Correct client opcode updatepos --- src/common/Network/PacketDef/Ipcs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 1d08f5fe..86480bde 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -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