mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
DB/Misc: add quest poi's for join the battle
By ovahlord
This commit is contained in:
11
sql/updates/world/4.3.4/2017_11_04_05_world.sql
Normal file
11
sql/updates/world/4.3.4/2017_11_04_05_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user