DB/Quest: fix wrong questgivers for the "beached animal bones" quests in Darkshore

Closes #17202 by SnapperRy
This commit is contained in:
Aokromes
2016-05-30 09:45:51 +02:00
parent 57c18001c2
commit 8e4e8845d9

View File

@@ -0,0 +1,12 @@
--
DELETE FROM `gameobject_queststarter` WHERE `quest` IN (4722,4723,4725,4727,4728,4730,4731,4732,4733);
INSERT INTO `gameobject_queststarter` VALUES
(176190, 4722),
(175233, 4723),
(176197, 4725),
(176196, 4727),
(175226, 4728),
(175227, 4730),
(176198, 4731),
(176191, 4732),
(175230, 4733);