From b0f7f3bf4433a73375bbd542de09f02afe9f0b68 Mon Sep 17 00:00:00 2001 From: roby-brok Date: Fri, 14 Aug 2026 10:10:14 +0100 Subject: [PATCH] toc: drop seven Core entries whose files no longer exist Core\Sets.lua, Factions.lua, WorldEvents.lua, PvP.lua, Crafting.lua, WorldBoss.lua and Dungeons.lua are listed in the toc but are not in the repo (their content lives under Database\ since the overhaul), so every login prints seven "Error loading" lines -- invisible with scriptErrors=0, but there for anyone with Lua errors enabled. --- AtlasLoot.toc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/AtlasLoot.toc b/AtlasLoot.toc index f86c62d..f923a59 100644 --- a/AtlasLoot.toc +++ b/AtlasLoot.toc @@ -40,14 +40,7 @@ Database\Menus.lua Core\ButtonRegistry.lua Core\TextParsing.lua -Core\Sets.lua -Core\Factions.lua -Core\WorldEvents.lua -Core\PvP.lua -Core\Crafting.lua Core\WishList.lua Core\Search.lua -Core\WorldBoss.lua -Core\Dungeons.lua Core\Tooltip.lua Core\AtlasLoot.xml