DB/Quest: Dragonmaw Race: Wing Commander Ichman

By Raszagal closes #11429
This commit is contained in:
Aokromes
2014-01-26 00:26:01 +01:00
parent 68a0864ad1
commit b408517440
@@ -0,0 +1,4 @@
-- Fixes the Dragonmaw Race: Wing Commander Ichman creature_queststarter mistake
UPDATE creature_template SET npcflag=3 WHERE entry=23345;
DELETE FROM creature_queststarter WHERE quest=11069;
INSERT INTO creature_queststarter VALUES (23345,11069);