diff --git a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua index 979ff11cc7..3a633b0e01 100644 --- a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua @@ -192,7 +192,9 @@ function this.HongMengIndication(buffer) local msg = HeroInfoProto_pb.HongmengInfoIndication() msg:ParseFromString(data) - if msg.hongmengTabletMax ~= 0 then + local data = ConfigManager.GetConfigData(ConfigName.SpecialConfig,101).Value + local d = string.split(data,"#") + if msg.hongmengTabletMax >= tonumber(d[2]) then -- body -- LogYellow("鸿蒙碑开启!!!!!!!!!```````````````````````````` "..msg.hongmengTabletMax) HarmonyManager:SetHongMengTowerUpLimit(msg.hongmengTabletMax)