prefix/suffix usage for mob loot
This commit is contained in:
@@ -103,7 +103,7 @@ public final class MobLoot extends Item {
|
||||
return null;
|
||||
|
||||
|
||||
Item item = this;
|
||||
Item item = (Item)this;
|
||||
|
||||
item.setOwner(looter);
|
||||
//item.setIsID(false);
|
||||
|
||||
Reference in New Issue
Block a user