Add WOLF to loot tables

This commit is contained in:
ceze88 2023-04-01 15:59:24 +02:00
parent 999bb4c887
commit 673ae8fdc4
1 changed files with 3 additions and 0 deletions

View File

@ -852,6 +852,9 @@ public class LootablesManager {
lootManager.addLootable(new Lootable("SILVERFISH",
new LootBuilder().build()));
lootManager.addLootable(new Lootable("WOLF",
new LootBuilder().build()));
lootManager.saveLootables(true);
}