|
|
@@ -13,6 +13,7 @@ local KingWorldLogic = require("present.KingWorldLogic")
|
|
|
local HeroLogic = require("hero.HeroLogic")
|
|
|
local TreasureChestLogic = require("treasurechest.TreasureChestLogic")
|
|
|
local Log = require("common.Log")
|
|
|
+local CommonDefine = require("common.CommonDefine")
|
|
|
|
|
|
local MONTH_CARD_STATE_0 = 0 -- 已过期
|
|
|
local MONTH_CARD_STATE_1 = 1 -- 未过期
|
|
|
@@ -46,7 +47,7 @@ local function MonthCard_GetConf(human)
|
|
|
print("[MonthCard_GetConf] 当前的nChanelID = "..nChanelID)
|
|
|
|
|
|
local tConf = {}
|
|
|
- if MONTHCHANEID_MUZI == nChanelID then
|
|
|
+ if CommonDefine.CHANNEL_TAG_MUZI == nChanelID or CommonDefine.CHANNEL_TAG_SANLI_QQ == nChanelID then
|
|
|
table.insert(tConf, MonthCardExcel[11])
|
|
|
table.insert(tConf, MonthCardExcel[12])
|
|
|
else
|