mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Quest: fix wrong questgivers for the "beached animal bones" quests in Darkshore
Closes #17202 by SnapperRy
This commit is contained in:
12
sql/updates/world/3.3.5/2016_05_30_06_world.sql
Normal file
12
sql/updates/world/3.3.5/2016_05_30_06_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user