|
|
@ -421,6 +421,10 @@ public enum LootManager { |
|
|
|
|
|
|
|
|
|
|
|
if (lootItem != null) |
|
|
|
if (lootItem != null) |
|
|
|
mob.getCharItemManager().addItemToInventory(lootItem); |
|
|
|
mob.getCharItemManager().addItemToInventory(lootItem); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if((bse.itemBase == 3040 || bse.itemBase == 3021) && mob.level < 80){ |
|
|
|
|
|
|
|
mob.setSpawnTime(3600); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public static void peddleFate(PlayerCharacter playerCharacter, Item gift) { |
|
|
|
public static void peddleFate(PlayerCharacter playerCharacter, Item gift) { |
|
|
|