chore(DB): import pending files

Referenced commit(s): 72385804fa
This commit is contained in:
github-actions[bot]
2026-06-16 12:08:34 +00:00
parent 72385804fa
commit 1237b4f55d
@@ -1,2 +1,3 @@
-- DB update 2026_06_16_02 -> 2026_06_16_03
-- Remove creature_multispawn rows orphaned by deleted creature spawns
DELETE FROM `creature_multispawn` WHERE `spawnId` NOT IN (SELECT `guid` FROM `creature`);