forked from MagicBane/Server
disable clanwarden drop
This commit is contained in:
@@ -452,6 +452,9 @@ public enum LootManager {
|
|||||||
|
|
||||||
public static void GenerateInventoryDrop(Mob mob, BootySetEntry bse) {
|
public static void GenerateInventoryDrop(Mob mob, BootySetEntry bse) {
|
||||||
|
|
||||||
|
if(bse.itemBase == 3049)//disable clanwarden
|
||||||
|
return;
|
||||||
|
|
||||||
if((bse.itemBase == 3040 || bse.itemBase == 3021) && mob.level < 80){
|
if((bse.itemBase == 3040 || bse.itemBase == 3021) && mob.level < 80){
|
||||||
mob.setSpawnTime(3600);
|
mob.setSpawnTime(3600);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user