From aec583ffe9b2a2f75ff8e63ad64d1bfaef7106a1 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Mon, 22 Aug 2016 21:55:15 +0200 Subject: DB/Conditions: cosmetic fix for quest "War is Hell" Fires will appear on the corpses' positions instead of the caster's --- sql/updates/world/3.3.5/2016_08_22_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_08_22_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_08_22_00_world.sql b/sql/updates/world/3.3.5/2016_08_22_00_world.sql new file mode 100644 index 00000000000..3b741e03565 --- /dev/null +++ b/sql/updates/world/3.3.5/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"); -- cgit v1.2.3