Переглянути джерело

开服累充不再处理之前累充过的玩家

SCFC 1 рік тому
батько
коміт
223bce945a
1 змінених файлів з 0 додано та 7 видалено
  1. 0 7
      script/module/present/OpenServerActAddUpCharge.lua

+ 0 - 7
script/module/present/OpenServerActAddUpCharge.lua

@@ -100,13 +100,6 @@ local function ActAddUpCharge_CreateDB(human)
         human.db.AddUpCharge = 0
     end
 
-    if human.db.topupAcount and human.db.topupAcount > 0 then
-        if not human.db.AddUpChargeFlag then
-            human.db.AddUpChargeFlag = 1
-            onCharge(human, human.db.topupAcount)
-        end
-    end
-
     human.db.AddUpChargeSendMail = 0
 
     return true