update deposit
This commit is contained in:
parent
bb3784c6b4
commit
69b3a69543
16
job.go
16
job.go
@ -738,20 +738,26 @@ func jobGDeposit(j Job) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
var delay int64 = 0
|
||||||
if res {
|
if res {
|
||||||
|
clientSendCWMsgDelay(p.ChatID64, `📦Resources`, delay)
|
||||||
|
delay = delay + 2
|
||||||
}
|
}
|
||||||
if alch {
|
if alch {
|
||||||
|
clientSendCWMsgDelay(p.ChatID64, `⚗️Alchemy`, delay)
|
||||||
|
delay = delay + 2
|
||||||
}
|
}
|
||||||
if misc {
|
if misc {
|
||||||
|
clientSendCWMsgDelay(p.ChatID64, `🗃Misc`, delay)
|
||||||
|
delay = delay + 2
|
||||||
}
|
}
|
||||||
if craft {
|
if craft {
|
||||||
|
clientSendCWMsgDelay(p.ChatID64, `⚒Crafting`, delay)
|
||||||
|
delay = delay + 2
|
||||||
}
|
}
|
||||||
if equip {
|
if equip {
|
||||||
|
clientSendCWMsgDelay(p.ChatID64, `🏷Equipment`, delay)
|
||||||
|
delay = delay + 2
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user