fix filepath

This commit is contained in:
Monty Marz 2020-08-23 13:36:11 +02:00
parent a38d33eeff
commit abeba460be

View File

@ -178,7 +178,7 @@ impl Item {
"common.loot_tables.loot_table_weapon_uncommon",
),
1 => assets::load_expect::<Lottery<String>>(
"common.loot_tables.loot_weapon_common",
"common.loot_tables.loot_table_weapon_common",
),
2 => assets::load_expect::<Lottery<String>>(
"common.loot_tables.loot_table_armor_light",