From 2494fee14a4cadb85ef89e3d4a48ddbe77cb4fea Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 19 十一月 2019 14:03:33 +0800 Subject: [PATCH] 1111 货币获得、消费流向命名(升星、boss首杀) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index f77462a..2e0b1fc 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4764,6 +4764,7 @@ Def_Cost_FBBuyBuff:"FBBuyBuff", Def_Cost_CreatFamily:"CreatFamily", Def_Cost_BuyKillBossCnt:"BuyKillBossCnt", +Def_Cost_EquipStar:"EquipStar", } ## ----------------------------------------------------- @@ -4824,6 +4825,7 @@ Def_GiveMoney_Warehouse:"Warehouse", Def_GiveMoney_SellPackItem:"SellPackItem", Def_GiveMoney_CollectNPC:"CollectNPC", +Def_GiveMoney_BossFirstKill:"BossFirstKill", Def_GiveMoney_Trade:"Trade", Def_GiveMoney_Truck:"Truck", Def_GiveMoney_FreeGoods:"FreeGoods", -- Gitblit v1.8.0