Active Coupon Buff

Added buff icons for active coupons the player has. Fixed a minor issue,
introduced on the last commit, that prevented coupons to become active
automatically.
This commit is contained in:
ronancpl
2017-05-30 23:28:31 -03:00
parent e1c95352c8
commit f30acb3b8a
40 changed files with 538 additions and 337 deletions

View File

@@ -124,7 +124,7 @@ public class MapleCouponInstaller {
}
private static void processDayTimeString(String time) {
String day = time.substring(0, 2);
String day = time.substring(0, 3);
int d = getDayOfWeek(day);
activeDay |= (1 << d);