mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 23:38:00 +00:00
3
data/sql/updates/db_world/2026_06_16_03.sql
Normal file
3
data/sql/updates/db_world/2026_06_16_03.sql
Normal file
@@ -0,0 +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`);
|
||||
Reference in New Issue
Block a user