Vegas's spell + pet/mounts schedule revamp + CafePQ
Added Vega's Spell feature. Refactored mounts and pets schedules (now one thread runs globally updating stats). Fixed Pet Ignore now saving to DB. Fixed Flash Jump animation not appearing for other players just after changing jobs. Fixed 3rd job, now as a proper event with timeout. Introducing Brand-new PQ: CafePQ.
This commit is contained in:
@@ -150,7 +150,7 @@ public class MapleMonster extends AbstractLoadedMapleLife {
|
||||
return stats.getExp();
|
||||
}
|
||||
|
||||
int getLevel() {
|
||||
public int getLevel() {
|
||||
return stats.getLevel();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user