DB/Misc: remove 3.3.5a only fix

This commit is contained in:
Aokromes
2016-03-04 08:18:16 +01:00
parent 4f7948af31
commit edfd85314e

View File

@@ -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');
*/