mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
5
sql/updates/world/3.3.5/2016_10_18_02_world.sql
Normal file
5
sql/updates/world/3.3.5/2016_10_18_02_world.sql
Normal 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");
|
||||
Reference in New Issue
Block a user