From fa36285c65432bd2994814f1bf21d8a3de544890 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 18 一月 2019 11:51:00 +0800
Subject: [PATCH] 5315 子 【1.5.100】登录奖励活动(初版)
---
ServerPython/CoreServerGroup/GameServer/Script/ChPyNetPack.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/ChPyNetPack.py b/ServerPython/CoreServerGroup/GameServer/Script/ChPyNetPack.py
index dd9d7b5..8455bd5 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/ChPyNetPack.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/ChPyNetPack.py
@@ -15377,7 +15377,7 @@
_fields_ = [
("Cmd", c_ubyte),
("SubCmd", c_ubyte),
- ("ObjID", c_ushort),
+ ("ObjID", c_int),
("NPCID", c_int),
("PosX", c_ushort),
("PosY", c_ushort),
--
Gitblit v1.8.0