mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
6
data/sql/updates/db_world/2026_05_04_01.sql
Normal file
6
data/sql/updates/db_world/2026_05_04_01.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2026_05_04_00 -> 2026_05_04_01
|
||||
|
||||
-- Add Stitches to legacy spawn group.
|
||||
DELETE FROM `spawn_group` WHERE `spawnId` = 300000;
|
||||
INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES
|
||||
(1, 0, 300000);
|
||||
Reference in New Issue
Block a user