From d1a053e4f5a29f96b3300397e16d3e63a1cf9bae Mon Sep 17 00:00:00 2001 From: Gustavo Date: Sat, 16 Apr 2016 10:42:07 -0300 Subject: Core/Quests Fix Quests Borrowed Technology, Volatility and The Solution Solution (#16968) --- sql/updates/world/2016_04_15_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2016_04_15_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_04_15_00_world.sql b/sql/updates/world/2016_04_15_00_world.sql new file mode 100644 index 00000000000..c6a6e1b07de --- /dev/null +++ b/sql/updates/world/2016_04_15_00_world.sql @@ -0,0 +1,2 @@ +UPDATE `npc_spellclick_spells` SET `spell_id`=46598 WHERE `npc_entry`=31583 and`spell_id`=59319; +UPDATE `smart_scripts` SET `action_param2`=2 WHERE `entryorguid`=31578 and`source_type`=0 and`id`=3; -- cgit v1.2.3