mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
fix(DB/S.Group): Add Stitches to Legacy Spawn Group. (#25708)
Co-authored-by: Andrew <47818697+Nyeriah@users.noreply.github.com>
This commit is contained in:
5
data/sql/updates/pending_db_world/rev_1777901378.sql
Normal file
5
data/sql/updates/pending_db_world/rev_1777901378.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
-- 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