diff --git a/LogicServer/data/functions/ActorSystems/Common/Cdkey.lua b/LogicServer/data/functions/ActorSystems/Common/Cdkey.lua index 1d94b8a..49c4b8f 100755 --- a/LogicServer/data/functions/ActorSystems/Common/Cdkey.lua +++ b/LogicServer/data/functions/ActorSystems/Common/Cdkey.lua @@ -243,7 +243,6 @@ end --使用通码 function UseCommonCDKey(pActor, code) - print("[DEBUG] UseCommonCDKey, code="..code) local data = getActorData(pActor) local time = System.getCurrMiniTime() @@ -252,6 +251,12 @@ function UseCommonCDKey(pActor, code) return end + -- 2025-4-15 12转130级才能领取 + if Actor.checkCommonLimit(pActor,130,12,0,0) == false and code == "tiancijiyuan" then + Actor.sendTipmsg(pActor,"请不要使用小号注册进行刷去奖励!") + return + end + if CommonCDKeyConf[code].switch == 0 then local npack = DataPack.allocPacket(pActor, enMiscSystemID, sUseCdkey) if npack then