Просмотр исходного кода

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

SCFC 1 год назад
Родитель
Сommit
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