Skip to content

Commit

Permalink
DB/Creature: Sewer Beast pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Killyana committed Jan 25, 2020
1 parent f27e5ac commit 08ecbbe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sql/updates/world/3.3.5/2020_01_25_04_world_335.sql
@@ -0,0 +1,9 @@
-- Sewer Beast
SET @POOL := 350;
DELETE FROM `pool_template` WHERE `entry` = @POOL;
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES
(@POOL, 1, 'Sewer Beast');
DELETE FROM `pool_members` WHERE `poolSpawnId` = @POOL;
INSERT INTO `pool_members` (`type`, `spawnId`, `poolSpawnId`, `chance`, `description`) VALUES
(0, 86300, @POOL, 0, "Sewer Beast - Spawn 1"),
(0, 86301, @POOL, 0, "Sewer Beast - Spawn 2");

0 comments on commit 08ecbbe

Please sign in to comment.