diff options
| author | Gustavo <sirikfoll@hotmail.com> | 2016-04-16 10:42:07 -0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-16 15:42:07 +0200 |
| commit | d1a053e4f5a29f96b3300397e16d3e63a1cf9bae (patch) | |
| tree | 821631fb12426ea70494f7f1b376086604ac0144 /sql | |
| parent | 9d000709cae5bc55c15cf4259999d589a0402dad (diff) | |
Core/Quests Fix Quests Borrowed Technology, Volatility and The Solution Solution (#16968)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_04_15_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
