Fix boot ABORT : custom_loot_packs n enregistre que loot_item_generic_pack (les autres existaient deja dans item_scripts.cpp)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
SylvaniaCore deploy
2026-07-26 14:13:22 +00:00
parent e942d36f50
commit 1f1daf20cd
@@ -28,12 +28,6 @@ public:
void AddSC_custom_loot_packs()
{
// les autres loot_item_* sont deja enregistres par World/item_scripts.cpp
REGISTER_LOOT_PACK(loot_item_generic_pack);
REGISTER_LOOT_PACK(loot_item_leggings_of_the_foregone);
REGISTER_LOOT_PACK(loot_item_gloves_of_the_foregone);
REGISTER_LOOT_PACK(loot_item_shoulders_of_the_foreseen);
REGISTER_LOOT_PACK(loot_item_cloak_of_the_foreseen);
REGISTER_LOOT_PACK(loot_item_chest_of_the_foregone);
REGISTER_LOOT_PACK(loot_item_unsullied_plate_helmet);
REGISTER_LOOT_PACK(loot_item_champion_equipment_147432);
}