DB/Misc: add quest poi's for join the battle

By ovahlord
This commit is contained in:
Aokromes
2017-11-04 20:08:29 +01:00
parent 74c33f82ad
commit 0277bb1ea5

View File

@@ -0,0 +1,11 @@
--
DELETE FROM `quest_poi` WHERE `QuestID` IN (28780, 28784, 28785, 28786, 28787, 28788, 28789, 29080);
INSERT INTO `quest_poi` (`QuestID`, `id`, `ObjectiveIndex`, `MapID`, `WorldMapAreaId`, `Floor`, `Priority`, `Flags`, `VerifiedBuild`) VALUES
(28780, 0, -1, 0, 30, 0, 0, 1, 15595),
(28784, 0, -1, 0, 30, 0, 0, 1, 15595),
(28785, 0, -1, 0, 30, 0, 0, 1, 15595),
(28786, 0, -1, 0, 30, 0, 0, 1, 15595),
(28787, 0, -1, 0, 30, 0, 0, 1, 15595),
(28788, 0, -1, 0, 30, 0, 0, 1, 15595),
(28789, 0, -1, 0, 30, 0, 0, 1, 15595),
(29080, 0, -1, 0, 30, 0, 0, 1, 15595);