diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-26 14:10:46 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-11-01 10:02:16 +0100 |
commit | 1fc934e9f9472dcb14a2e91038cd6f2a04b96464 (patch) | |
tree | eb47518cc2ab6286faaeabd4d281d93aeadbc050 | |
parent | 5da307947139c7d943d220803f85be8d742da47d (diff) |
DB/Spell: Shadow Sight must be debuff
By Killyana, closes #4532
(cherry picked from commit 84e51319a6e344683252bc6261c25fc312ecbf4e)
-rw-r--r-- | sql/updates/world/2015_11_01_01_world_2015_04_26_05.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_01_01_world_2015_04_26_05.sql b/sql/updates/world/2015_11_01_01_world_2015_04_26_05.sql new file mode 100644 index 00000000000..d870128a55d --- /dev/null +++ b/sql/updates/world/2015_11_01_01_world_2015_04_26_05.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `entry`=34709; +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES (34709, 20480); |