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

@@ -249,7 +249,7 @@ public class GeneralDropItem implements IDropItem
/*
* (non-Javadoc)
* @see com.l2jserver.gameserver.model.drop.IDropItem#calculateDrops(com.l2jserver.gameserver.model.actor.L2Character, com.l2jserver.gameserver.model.actor.L2Character)
* @see com.l2jmobius.gameserver.model.drop.IDropItem#calculateDrops(com.l2jmobius.gameserver.model.actor.L2Character, com.l2jmobius.gameserver.model.actor.L2Character)
*/
@Override
public Collection<ItemHolder> calculateDrops(L2Character victim, L2Character killer)