mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
@@ -1,2 +1,3 @@
|
|||||||
|
-- DB update 2026_06_16_02 -> 2026_06_16_03
|
||||||
-- Remove creature_multispawn rows orphaned by deleted creature spawns
|
-- Remove creature_multispawn rows orphaned by deleted creature spawns
|
||||||
DELETE FROM `creature_multispawn` WHERE `spawnId` NOT IN (SELECT `guid` FROM `creature`);
|
DELETE FROM `creature_multispawn` WHERE `spawnId` NOT IN (SELECT `guid` FROM `creature`);
|
||||||
Reference in New Issue
Block a user