I find a bug and i fix it easily...
if you enter to cash shop whit a buff and then you left the cash shop, the buff will still forever so for fix this bug.... simply...
go to EnterCashShopHandler.java
find
and add above itPHP Code:c.getPlayer().getMap().removePlayer(c.getPlayer());
and done!PHP Code:c.getPlayer().cancelAllBuffs();





