DB/Quest: Warsong Recruitment Officer - Acceptcondition

* by @OScriptTC
* closes #16485
This commit is contained in:
Rushor
2016-02-06 18:25:40 +01:00
parent c560cb0a0c
commit 4833c472fa

View File

@@ -0,0 +1,6 @@
--
-- Warsong Recruitment Officer gives dublicate quest
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=19 AND (`SourceEntry`=11586 OR `SourceEntry`=11585);
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceEntry`,`ConditionTypeOrReference`,`ConditionValue1`,`Comment`) VALUES
(19, 11586, 14, 10172, "Accept quest 11586 - Quest 10172 needs to be incomplete"),
(19, 11585, 8, 10172, "Accept quest 11585 - Quest 10172 needs to be rewarded");