From 9a2d86f6ae1c5725bd3ffef6ccdf1116b614d106 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sat, 19 Jul 2014 02:43:15 +0200 Subject: Core/Spells: Fix Quest "The Emissary" --- sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql b/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql new file mode 100644 index 00000000000..181742b2497 --- /dev/null +++ b/sql/updates/world/2014_07_19_00_world_spell_custom_attr.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_custom_attr` WHERE `entry`=49882 +INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES +(49882, 32768); -- cgit v1.2.3