aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-03 00:29:23 -0500
committermegamage <none@none>2009-06-03 00:29:23 -0500
commit214741e9e523b3722f7a023c7d95b64ab768c687 (patch)
tree7f2f6143ebd8bd8645533138d8496eeee3e52a11 /sql
parent297ce013a841731e83fd8169ba1de65f4419eef0 (diff)
*Fix quest 12687. Note that this is only a workaround.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/3736_world_spell_(dk).sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/3736_world_spell_(dk).sql b/sql/updates/3736_world_spell_(dk).sql
new file mode 100644
index 00000000000..c4097fef37e
--- /dev/null
+++ b/sql/updates/3736_world_spell_(dk).sql
@@ -0,0 +1,3 @@
+DELETE FROM spell_area WHERE spell = 52693;
+INSERT INTO spell_area (`spell`, `area`, `quest_start`, `quest_start_active`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`) VALUES
+(52693, 4298, 12687, 1, 12687, 0, 0, 0, 1);