From a55e88f46a8eea3e95f732b3dd4ddcc34435bcc5 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期六, 13 十月 2018 10:25:37 +0800 Subject: [PATCH] 1 修复个推获取玩家appID调用报错; --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py index a8efaf8..dc883cc 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py @@ -834,6 +834,7 @@ GameFuncID_Official = 12 # 官爵,境界 GameFuncID_Family = 15 # 战盟,仙盟 GameFuncID_GodWeapon = 20 # 神器 +GameFuncID_Talent = 28 # 天赋 GameFuncID_RefineExp = 60 # 经验炼制,祈愿 GameFuncID_RefineMoney = 61 # 金币炼制,祈愿 GameFuncID_WorldLV = 71 # 世界等级 @@ -849,7 +850,6 @@ GameFuncID_OSSail = 132 # 开服特惠 GameFuncID_HorsePetRobBoss = 139# 骑宠争夺 # 以下为暂时无用的 -GameFuncID_GreatMaster = 28 # 大师 GameFuncID_Truck = 33 # 运镖 GameFuncID_RunDaily = 34 # 日常跑环 GameFuncID_RunFamily = 53 # 战盟跑环 @@ -1221,6 +1221,7 @@ Def_IudetWingMaterialItemID = 27 # 翅膀精炼材料ID列表 Def_IudetWingMaterialItemCount = 29 # 翅膀精炼材料个数列表 Def_IudetDogzEquipPlus = 31 # 神兽装备强化信息列表 [强化等级, 累计总熟练度] +Def_IudetItemDecompound = 33 # 拆解返还物品列表 [装备ID,材料1ID,个数,是否绑定,材料2ID,个数,是否绑定,...] Def_IudetItemColor = 16 # 物品颜色,如果该值没有就取物品 Def_IudetItemCount = 18 # 物品个数,支持20亿,目前仅特殊转化物品会用到 -- Gitblit v1.8.0