mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 21:02:14 +01:00
DB/Misc: remove 3.3.5a only fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/*
|
||||
SET @Pool := 370;
|
||||
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID`=0 WHERE `ID` IN(12604,12541,12502,12509,12519,12502,12509,12519,12588,12591,12594,12557,12597,12598,12599,12564,12568,12585);
|
||||
@@ -73,3 +74,4 @@ DELETE FROM `pool_template` WHERE `entry` IN (@Pool);
|
||||
|
||||
INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES
|
||||
(@Pool, 1, 'Troll Patrol Daily Quests');
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user