mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Quest: Warsong Recruitment Officer - Acceptcondition
* by @OScriptTC * closes #16485
This commit is contained in:
6
sql/updates/world/2016_02_06_03_world.sql
Normal file
6
sql/updates/world/2016_02_06_03_world.sql
Normal 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");
|
||||
Reference in New Issue
Block a user