mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
11
sql/updates/world/3.3.5/2017_12_27_00_world.sql
Normal file
11
sql/updates/world/3.3.5/2017_12_27_00_world.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- Restore deleted pool
|
||||
SET @POOL_1 := 382;
|
||||
|
||||
DELETE FROM `pool_template` WHERE `entry`=@POOL_1;
|
||||
INSERT INTO `pool_template` VALUES
|
||||
(@POOL_1, 1, "Eye of DarKhan/Wailer Spawn 1");
|
||||
|
||||
DELETE FROM `pool_creature` WHERE `guid` IN (82897, 85744);
|
||||
INSERT INTO `pool_creature` VALUES
|
||||
(82897, @POOL_1, 0, "Wailer Spawn 1"),
|
||||
(85744, @POOL_1, 0, "Eye of DarKhan Spawn 1");
|
||||
Reference in New Issue
Block a user