From 1fc934e9f9472dcb14a2e91038cd6f2a04b96464 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 26 Apr 2015 14:10:46 +0200 Subject: DB/Spell: Shadow Sight must be debuff By Killyana, closes #4532 (cherry picked from commit 84e51319a6e344683252bc6261c25fc312ecbf4e) --- sql/updates/world/2015_11_01_01_world_2015_04_26_05.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_11_01_01_world_2015_04_26_05.sql (limited to 'sql') 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); -- cgit v1.2.3