From 214741e9e523b3722f7a023c7d95b64ab768c687 Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 3 Jun 2009 00:29:23 -0500 Subject: *Fix quest 12687. Note that this is only a workaround. --HG-- branch : trunk --- sql/updates/3736_world_spell_(dk).sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/3736_world_spell_(dk).sql (limited to 'sql') 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); -- cgit v1.2.3