diff options
author | Treeston <treeston.mmoc@gmail.com> | 2018-02-21 20:54:00 +0100 |
---|---|---|
committer | Treeston <treeston.mmoc@gmail.com> | 2018-02-21 20:54:00 +0100 |
commit | b197529f1e89dbde283d22b0eb53cc83bd1f353a (patch) | |
tree | 180b80e30c679ba755fbc7aa91ef2c644e35718d | |
parent | 640dd138a5916a54808b9c1a363e87026d1af184 (diff) |
DB/SpawnGroup: Reserve group IDs 52 through 56 for Culling of Stratholme rewrite
-rw-r--r-- | sql/updates/world/3.3.5/2018_02_21_01_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_21_01_world.sql b/sql/updates/world/3.3.5/2018_02_21_01_world.sql new file mode 100644 index 00000000000..e29c989981b --- /dev/null +++ b/sql/updates/world/3.3.5/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); |