mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'fix_filepath' into 'master'
fix filepath See merge request veloren/veloren!1325
This commit is contained in:
@ -178,7 +178,7 @@ impl Item {
|
|||||||
"common.loot_tables.loot_table_weapon_uncommon",
|
"common.loot_tables.loot_table_weapon_uncommon",
|
||||||
),
|
),
|
||||||
1 => assets::load_expect::<Lottery<String>>(
|
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>>(
|
2 => assets::load_expect::<Lottery<String>>(
|
||||||
"common.loot_tables.loot_table_armor_light",
|
"common.loot_tables.loot_table_armor_light",
|
||||||
|
Reference in New Issue
Block a user