DB/Conditions: cosmetic fix for quest "War is Hell"

Fires will appear on the corpses' positions instead of the caster's
(cherry picked from commit aec583ffe9)
This commit is contained in:
SnapperRy
2016-08-22 21:55:15 +02:00
committed by joschiwald
parent 9b63ee4333
commit a45d43367c

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `conditions` WHERE `SourceEntry`=42793 AND `SourceTypeOrReferenceId`=13;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(13, 1, 42793, 0, 0, 31, 0, 3, 24009, 0, 0, 0, 0, "", "Spell Burn Body targets Alliance Corpse"),
(13, 1, 42793, 0, 1, 31, 0, 3, 24010, 0, 0, 0, 0, "", "Spell Burn Body targets Forsaken Corpse");