diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-08-22 21:55:15 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-18 14:31:44 +0100 |
commit | a45d43367ca0f3dfcf3423a6230f3e78c4500323 (patch) | |
tree | 957c6a30ded0790a4569038ab75ca687c6d910c0 | |
parent | 9b63ee43337a5449d6a74869c8d91dfa8b5211bb (diff) |
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 aec583ffe9b2a2f75ff8e63ad64d1bfaef7106a1)
-rw-r--r-- | sql/updates/world/master/2017_02_18_05_world_2016_08_22_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_18_05_world_2016_08_22_00_world.sql b/sql/updates/world/master/2017_02_18_05_world_2016_08_22_00_world.sql new file mode 100644 index 00000000000..3b741e03565 --- /dev/null +++ b/sql/updates/world/master/2017_02_18_05_world_2016_08_22_00_world.sql @@ -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"); |