*Fix quest 12687. Note that this is only a workaround.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-03 00:29:23 -05:00
parent 297ce013a8
commit 214741e9e5
2 changed files with 22 additions and 3 deletions
+3
View File
@@ -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);