diff options
| author | Wyrserth <wyrserth@protonmail.com> | 2019-07-20 23:12:38 +0200 |
|---|---|---|
| committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-20 23:12:38 +0200 |
| commit | 1b4624b6b0d9e558edcc31d421c9e0962a396373 (patch) | |
| tree | 65e2aa0d305e0cf94934bbb13783c6a255b72122 | |
| parent | 3837440f1fa4c40056760d72639b4e00bb36a639 (diff) | |
DB/Spell: Ignite Mana used by Baron Geddon, Aspect of Arlokk used by Hakkar and Time Bomb normal/heroic used by Urom should be negative.
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_20_06_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_20_06_world.sql b/sql/updates/world/3.3.5/2019_07_20_06_world.sql new file mode 100644 index 00000000000..942e2b7a9cc --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_20_06_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `entry` IN (19659, 24690, 51121, 59376); +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(19659, 4096), +(24690, 4096|8192|16384), +(51121, 4096|8192), +(59376, 4096|8192); |
