fix(Core/DB): clean up creature_multispawn on spawn delete and fix .npc info DB output (#26230)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
sudlud
2026-06-16 14:07:17 +02:00
committed by GitHub
parent 6b428cd92b
commit 72385804fa
5 changed files with 9 additions and 1 deletions
@@ -0,0 +1,2 @@
-- Remove creature_multispawn rows orphaned by deleted creature spawns
DELETE FROM `creature_multispawn` WHERE `spawnId` NOT IN (SELECT `guid` FROM `creature`);