diff options
author | Keader <keader.android@gmail.com> | 2019-03-11 12:02:26 -0300 |
---|---|---|
committer | Keader <keader.android@gmail.com> | 2019-03-11 12:02:26 -0300 |
commit | 1d704d8b8a978a4537101d067609cade187986d8 (patch) | |
tree | b53dc345bf8a66e270d0739422d46b9574b9c7e5 | |
parent | d655862f52711ecb89c4ed53962306dc21a11d0b (diff) |
DB/Spells: Fixed Leeching Swarm showing as positive
Closes #22940
-rw-r--r-- | sql/updates/world/3.3.5/2019_03_11_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_03_11_00_world.sql b/sql/updates/world/3.3.5/2019_03_11_00_world.sql new file mode 100644 index 00000000000..76b75350974 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_11_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_custom_attr` WHERE `entry`=53468; -- Leeching Swarm (Toc Anubarak) +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(53468,8192); -- Effect_1 (Dummy) need be negative |