|
|
@@ -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
|