diff options
author | DDuarte <dnpd.dd@gmail.com> | 2016-04-16 18:22:35 +0100 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2016-04-16 18:22:35 +0100 |
commit | 4e0b0e76c98a247de9b68641d18242b3dd39ee11 (patch) | |
tree | a7eb9a6ecc29f881b8a6908fc6dc6cc67daf6e67 /sql | |
parent | e8179e107b9d07efdb88e74725073a690c50fbc3 (diff) |
Core/Quests Fix Quests Borrowed Technology, Volatility and The Solution Solution (#16968)
(cherry picked from commit d1a053e4f5a29f96b3300397e16d3e63a1cf9bae)
Rename sql
(cherry picked from commit 41e776fe64e2072d165b990cc9e9d2bfdd698855)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2016_04_16_03_2016_04_16_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_16_03_2016_04_16_03_world.sql b/sql/updates/world/2016_04_16_03_2016_04_16_03_world.sql new file mode 100644 index 00000000000..c6a6e1b07de --- /dev/null +++ b/sql/updates/world/2016_04_16_03_2016_04_16_03_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; |