DB/Quest: Hallow's End Treats for Spoops! should not be repeatable.

Also the item Hallow's End Pumpkin Treat should only be available from vendor after turning in that quest.
This commit is contained in:
SnapperRy
2016-10-18 22:33:39 +02:00
committed by GitHub
parent f3dcdc4e64
commit 489e5b60db

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `quest_template_addon` WHERE `ID`=8312;
DELETE FROM `conditions` WHERE `SourceGroup`=15354 AND `SourceEntry`=20557;
INSERT INTO `conditions` VALUES
(23, 15354, 20557, 0, 0, 8, 0, 8312, 0, 0, 0, 0, 0, "", "Item Hallow's End Pumpkin Treat sold by Rachelle Gothena requires quest Hallow's End Treats for Spoops! rewarded");