This commit is contained in:
lenheart
2024-10-11 23:56:27 +08:00
parent 91ff5af4f1
commit e82c5ceee3
24 changed files with 2033 additions and 36 deletions

View File

@@ -361,7 +361,7 @@ foreach(_ItemId, baseInfo in TW_StkUpJTable) {
if (SlotItem.GetType() != "装备") {
local SlotCount = SlotItem.GetAdd_Info();
local GiveRate = floor(SlotCount.tofloat() / Info.Stk.Count.tofloat());
if(GiveRate < 1){
if (GiveRate< 1) {
SUser.SendNotiPacketMessage(format(TW_STR_00084), 8);
return false;
}
@@ -1563,7 +1563,7 @@ Cb_timer_dispatch_Func["TW_Cb_timer_dispatch_Func"] <- function() {
if (mitems.len() > 0) {
SUser.SendMail(mitems, {
Title = TW_STR_00001,
Text = TW_STR_00002
Text = TW_STR_0000
})
}