|
|
@@ -16,13 +16,14 @@ local Util = require("common.Util")
|
|
|
MOZHU_DB = MOZHU_DB or {}
|
|
|
|
|
|
function initAfterStart()
|
|
|
- if _G.is_middle ~= true then return end
|
|
|
+ --if _G.is_middle ~= true then return end
|
|
|
print(" initAfterStart initAfterStart")
|
|
|
MOZHU_DB = CommonDB.getValueByKey(CommonDB.KEY_CIYUAN_MOZHU) or {}
|
|
|
|
|
|
if not MOZHU_DB.time then
|
|
|
initMoZhu()
|
|
|
end
|
|
|
+ print("mozhu data is ",table.print_lua_table(MOZHU_DB))
|
|
|
end
|
|
|
|
|
|
MOZHU_CITIAO_RARE_MAX = nil
|