Mobbook drop list update

Minor monster book drop list update.
This commit is contained in:
ronancpl
2018-02-02 21:41:40 -02:00
parent 2d932a9e12
commit 58dce72979
4 changed files with 101 additions and 73 deletions

View File

@@ -452,7 +452,7 @@ public abstract class AbstractDealDamageHandler extends AbstractMaplePacketHandl
totDamageToOneMonster *= player.getLevel();
}
else {
player.dropMessage(5, "You ran out of shells to use to activate the hidden power of Three Snails.");
player.dropMessage(5, "You ran out of shells to activate the hidden power of Three Snails.");
}
}
}