fix(DB/pool): Pool Spawn of Hakkar to avoid double spawns (#13344)
This commit is contained in:
parent
9983c5a685
commit
d60842a13e
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
--
|
||||
DELETE FROM `pool_creature` WHERE `pool_entry`=1004 AND `guid` IN (33621, 34520);
|
||||
INSERT INTO `pool_creature` (`guid`, `pool_entry`, `description`) VALUES
|
||||
(33621, 1004, 'Spawn of Hakkar (5708) - Spawn 1'),
|
||||
(34520, 1004, 'Spawn of Hakkar (5708) - Spawn 2');
|
||||
|
||||
DELETE FROM `pool_template` WHERE `entry`=1004;
|
||||
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES
|
||||
(1004, 1, 'Spawn of Hakkar (5708)');
|
||||
Loading…
Add table
Add a link
Reference in a new issue