From 84e51319a6e344683252bc6261c25fc312ecbf4e 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 --- sql/updates/world/2015_04_26_05_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_04_26_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_04_26_05_world.sql b/sql/updates/world/2015_04_26_05_world.sql new file mode 100644 index 00000000000..d870128a55d --- /dev/null +++ b/sql/updates/world/2015_04_26_05_world.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