Fixed some comments.

This commit is contained in:
MobiusDev
2016-05-25 13:32:37 +00:00
parent d709b0a908
commit 1452a6b111
7 changed files with 9 additions and 8 deletions

View File

@ -36,7 +36,7 @@ public class DeathDropItem extends GeneralDropItem
/*
* (non-Javadoc)
* @see com.l2jserver.gameserver.model.drops.GeneralDropItem#getGlobalAmountMultiplier()
* @see com.l2jmobius.gameserver.model.drops.GeneralDropItem#getGlobalAmountMultiplier()
*/
@Override
protected double getGlobalAmountMultiplier(boolean isPremium)
@ -46,7 +46,7 @@ public class DeathDropItem extends GeneralDropItem
/*
* (non-Javadoc)
* @see com.l2jserver.gameserver.model.drops.GeneralDropItem#getGlobalChanceMultiplier()
* @see com.l2jmobius.gameserver.model.drops.GeneralDropItem#getGlobalChanceMultiplier()
*/
@Override
protected double getGlobalChanceMultiplier(boolean isPremium)