From f27e5acd036512e35862305536c9a7f6caf976db Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 25 Jan 2020 21:52:05 +0100 Subject: DB/Creature: Pridewing Patriarch Pooling --- sql/updates/world/3.3.5/2020_01_25_03_world_335.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_01_25_03_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_01_25_03_world_335.sql b/sql/updates/world/3.3.5/2020_01_25_03_world_335.sql new file mode 100644 index 00000000000..1e043254cac --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_25_03_world_335.sql @@ -0,0 +1,9 @@ +-- Pridewing Patriarch +SET @POOL := 349; +DELETE FROM `pool_template` WHERE `entry` = @POOL; +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(@POOL, 1, 'Pridewing Patriarch'); +DELETE FROM `pool_members` WHERE `poolSpawnId` = 349; +INSERT INTO `pool_members` (`type`, `spawnId`, `poolSpawnId`, `chance`, `description`) VALUES +(0, 29981, 349, 0, "Pridewing Patriarch - Spawn 1"), +(0, 29982, 349, 0, "Pridewing Patriarch - Spawn 2"); -- cgit v1.2.3