Clean-up Patch
Bug correction on some quests.
This commit is contained in:
@@ -101,7 +101,7 @@ public class MapleMount {
|
||||
this.tiredness++;
|
||||
owner.getMap().broadcastMessage(MaplePacketCreator.updateMount(owner.getId(), this, false));
|
||||
if (tiredness > 99) {
|
||||
this.tiredness = 95;
|
||||
this.tiredness = 99;
|
||||
owner.dispelSkill(owner.getJobType() * 10000000 + 1004);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user