aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-02-21 20:54:00 +0100
committerfunjoker <funjoker109@gmail.com>2021-08-08 21:21:34 +0200
commit841801718855c4f3cf082ac53c2bf863c03002ea (patch)
tree520cd8cd083d879271456f023cc82140c56f8f35 /sql
parent489b111a8a08dd3b2e14cc926f5c0b5c2ae17f1d (diff)
DB/SpawnGroup: Reserve group IDs 52 through 56 for Culling of Stratholme rewrite
(cherry picked from commit b197529f1e89dbde283d22b0eb53cc83bd1f353a)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_07_01_07_world_2018_02_21_01_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_07_01_07_world_2018_02_21_01_world.sql b/sql/updates/world/master/2021_07_01_07_world_2018_02_21_01_world.sql
new file mode 100644
index 00000000000..e29c989981b
--- /dev/null
+++ b/sql/updates/world/master/2021_07_01_07_world_2018_02_21_01_world.sql
@@ -0,0 +1,8 @@
+--
+DELETE FROM `spawn_group_template` WHERE `groupId` BETWEEN 52 AND 56;
+INSERT INTO `spawn_group_template` (`groupId`,`groupName`,`groupFlags`) VALUES
+(52, "Culling of Stratholme - Chromie (middle)", 4),
+(53, "Culling of Stratholme - Crate Helpers", 4),
+(54, "Culling of Stratholme - Undead - Gauntlet", 4),
+(55, "Culling of Stratholme - Undead", 4),
+(56, "Culling of Stratholme - Stratholme residents", 4);