Coupon buff fix + concurrency fixes
Fixed coupon buff icon not showing properly. Fixed some cases involving coupons and buff removal not dealing properly with concurrent access.
This commit is contained in:
@@ -25,7 +25,7 @@ function start() {
|
||||
|
||||
function action(mode, type, selection) {
|
||||
if(mode == 1) {
|
||||
cm.warp(990001100);
|
||||
cm.warp(101030104);
|
||||
}
|
||||
cm.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user