Create dungeon_maraudon.sql

This commit is contained in:
Grimfeather
2025-05-23 03:02:26 +02:00
committed by GitHub
parent 1bc0167755
commit dec9ebf9a3

View File

@@ -0,0 +1,5 @@
-- Legends of Maraudon
UPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Celebras the Redeemed.' WHERE `ID` = 7044;
-- The Pariah's Instructions
UPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Centaur Pariah in Desolace.' WHERE `ID` = 7067;