diff options
| author | Discover- <amort11@hotmail.com> | 2011-10-22 17:48:09 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-10-22 17:48:09 +0100 |
| commit | fc174912f4b6c68c2728231a1b9c4dd8a6c6916a (patch) | |
| tree | 0f482757857f2735c9105a75267e202e5277bccc /sql | |
| parent | 26b3e62b264004fed3390a3a54abfcb623456704 (diff) | |
DB/Conditions: Fix quest Returning the Favor
Closes #3035
Also fix build (not enough Ctrl+S)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_10_22_17_world_conditions.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2011_10_22_17_world_conditions.sql b/sql/updates/world/2011_10_22_17_world_conditions.sql new file mode 100644 index 00000000000..db824c4ec3f --- /dev/null +++ b/sql/updates/world/2011_10_22_17_world_conditions.sql @@ -0,0 +1,5 @@ +-- Spell Place Kil'sorrow Banner can not only be cast on Warmaul Ogres +DELETE FROM `conditions` WHERE `SourceEntry` IN (32314) AND `ConditionValue2` IN (17138,18064); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,0,32314,0,18,1,17138,0,0,'',"Spell Place Kil'sorrow Banner can not only be cast on Warmaul Ogres"), -- Warmaul Reaver +(13,0,32314,1,18,1,18064,0,0,'',"Spell Place Kil'sorrow Banner can not only be cast on Warmaul Ogres"); -- Warmaul Shaman |
