diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-08-22 21:55:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-22 21:55:15 +0200 |
| commit | aec583ffe9b2a2f75ff8e63ad64d1bfaef7106a1 (patch) | |
| tree | fb57e0d8379679073864c83113e4a6a3ef4715dd | |
| parent | 75c34bda679e7307c6e85b7e288b6e72eb14ca38 (diff) | |
DB/Conditions: cosmetic fix for quest "War is Hell"
Fires will appear on the corpses' positions instead of the caster's
| -rw-r--r-- | sql/updates/world/3.3.5/2016_08_22_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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"); |
