@ -95,7 +95,7 @@ public enum LootManager {
@@ -95,7 +95,7 @@ public enum LootManager {
ItemBaseib=it.getItemBase();
if(ib==null)
break;
if(ib.isDiscRune()||ib.getName().toLowerCase().contains("of the gods")){
if(ib.getName().toLowerCase().contains("of the gods")){
ChatSystemMsgchatMsg=newChatSystemMsg(null,mob.getName()+" in "+mob.getParentZone().getName()+" has found the "+ib.getName()+". Are you tough enough to take it?");
@ -113,6 +113,10 @@ public enum LootManager {
@@ -113,6 +113,10 @@ public enum LootManager {
mob.firstSpawn=false;
mob.despawn();
}
ChatSystemMsgchatMsg=newChatSystemMsg(null,mob.getName()+" in "+mob.getParentZone().getName()+" may have found the "+ib.getName()+". Are you tough enough to take it?");