vorg stats
This commit is contained in:
@@ -101,6 +101,11 @@ public enum LootManager {
|
||||
chatMsg.setChannel(Enum.ChatChannelType.SYSTEM.getChannelID());
|
||||
DispatchMessage.dispatchMsgToAll(chatMsg);
|
||||
}
|
||||
if (ib.isDiscRune()){
|
||||
mob.level = 60;
|
||||
mob.healthMax = 7500;
|
||||
mob.setHealth(7500);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user