|
|
@ -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); |
|
|
|
} |
|
|
|
} |
|
|
|