From 738aa02e7e179e6fb076dd56388da2241b3e4002 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 28 Mar 2021 11:26:30 -0400 Subject: [PATCH] Loot table hotfix --- world/src/site/dungeon/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/src/site/dungeon/mod.rs b/world/src/site/dungeon/mod.rs index 4f70bac644..7b8ddd6b0d 100644 --- a/world/src/site/dungeon/mod.rs +++ b/world/src/site/dungeon/mod.rs @@ -835,7 +835,7 @@ impl Floor { 5 => Lottery::::load_expect( match dynamic_rng.gen_range(0..4) { 0 => "common.loot_tables.mindflayer", - _ => "common.loot_tables.loot_table_cultists", + _ => "common.loot_tables.loot_table_miniboss", }, ), _ => Lottery::::load_expect(