diff options
| author | Wyrserth <wyrserth@protonmail.com> | 2019-07-20 23:34:32 +0200 |
|---|---|---|
| committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-20 23:34:32 +0200 |
| commit | ec34d90aca1d7d8206878d4523179380ad91953c (patch) | |
| tree | 5baa5c8a1aa2746041b615cb37cb7b7b76fd27ee | |
| parent | 1d1c551e4c82399ab1cf7511a7b6992721f1bd6c (diff) | |
DB/Conditions: the spell Flatulate used by Reanimated Abomination involved in the quest That's Abominable! should only hit the Scourge minions required by the quest.
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_20_09_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_20_09_world.sql b/sql/updates/world/3.3.5/2019_07_20_09_world.sql new file mode 100644 index 00000000000..6c76d16a2f7 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_20_09_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=59564; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 3, 59564, 0, 0, 31, 0, 3, 31142, 0, 0, 0, 0, "", "Spell Flatulate hits Icy Ghoul"), +(13, 3, 59564, 0, 1, 31, 0, 3, 31147, 0, 0, 0, 0, "", "Spell Flatulate hits Vicious Geist"), +(13, 3, 59564, 0, 2, 31, 0, 3, 31205, 0, 0, 0, 0, "", "Spell Flatulate hits Risen Alliance Soldier"); |
