diff options
author | ariel- <ariel-@users.noreply.github.com> | 2018-01-18 18:34:37 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2018-01-18 18:34:37 -0300 |
commit | 4fca3bfc0461f345cd4f4c8ff0a70b4110ec09f7 (patch) | |
tree | 49cb1db3036564656ed17a417d625cd4e3b400dd | |
parent | 7167edf27cbc1a93b0bb33a4279c48fdbb475611 (diff) |
DB/Spell: Magma Totem shouldn't generate threat
By Jildor, closes #21178
-rw-r--r-- | sql/updates/world/3.3.5/2018_01_18_02_world_335.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_18_02_world_335.sql b/sql/updates/world/3.3.5/2018_01_18_02_world_335.sql new file mode 100644 index 00000000000..3c801f0959d --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_18_02_world_335.sql @@ -0,0 +1,9 @@ +DELETE FROM `spell_custom_attr` WHERE `entry` IN (8187,10579,10580,10581,25550,58732,58735); +INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES +(8187, 0x10), +(10579,0x10), +(10580,0x10), +(10581,0x10), +(25550,0x10), +(58732,0x10), +(58735,0x10); |