111
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user