mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update zone_undercity.sql - The Power to Destroy
Update QuestCompletionLog
This commit is contained in:
@@ -98,6 +98,10 @@ REPLACE INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntr
|
|||||||
UPDATE `item_template` SET `flags` = 2048 WHERE `entry` = 17008;
|
UPDATE `item_template` SET `flags` = 2048 WHERE `entry` = 17008;
|
||||||
UPDATE `item_template` SET `description` = 'To be opened by Lord Varimathras.' WHERE `entry` = 3701;
|
UPDATE `item_template` SET `description` = 'To be opened by Lord Varimathras.' WHERE `entry` = 3701;
|
||||||
|
|
||||||
|
UPDATE `quest_template`
|
||||||
|
SET `QuestCompletionLog` = "Return to Varimathras in the Undercity."
|
||||||
|
WHERE `ID` = 5725;
|
||||||
|
|
||||||
UPDATE `quest_template`
|
UPDATE `quest_template`
|
||||||
SET `LogDescription` = "Bring Ambassador Malcin's Head to Varimathras in the Undercity.",
|
SET `LogDescription` = "Bring Ambassador Malcin's Head to Varimathras in the Undercity.",
|
||||||
`QuestCompletionLog` = "Return to Varimathras at the Royal Quarter in the Undercity."
|
`QuestCompletionLog` = "Return to Varimathras at the Royal Quarter in the Undercity."
|
||||||
|
|||||||
Reference in New Issue
Block a user