【七界试炼】密保名称

dev_chengFeng
ZhangBiao 2021-09-18 16:14:46 +08:00
parent 35e0c96748
commit 20ed8d5928
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ require("Base/BasePanel")
local GeneralTreasurePanel = Inherit(BasePanel)
local itemnum = 0
local LocalData = {
[ActivityTypeDef.QiJieTreasure] = {hp = HELP_TYPE.QiJieTreasure,imgName = "d_danaotiangong_tiangongmibao_zh"},--七界秘宝
[ActivityTypeDef.QiJieTreasure] = {hp = HELP_TYPE.QiJieTreasure,imgName = "q_qjsl_qjmb2"},--七界秘宝
}
--初始化组件(用于子类重写)
function GeneralTreasurePanel:InitComponent()