Skip to content

Commit

Permalink
Added another 2 quests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSCREWEDSoftware committed Nov 18, 2024
1 parent abbf763 commit 300987f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/sql/updates/pending_db_world/rev_1731861881129693700.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ UPDATE `quest_template_addon` SET `NextQuestID` = 0 WHERE (`ID` = 10373);

-- Malin's Request (1/2) requirement removed from Worth Its Weight in Gold
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 691);

-- Tran'rek requirement removed from Scarab Shells
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 2865);

-- Stoley's Debt requirement removed from Stoley's Shipment
UPDATE `quest_template_addon` SET `PrevQuestID` = 0 WHERE (`ID` = 2873);

0 comments on commit 300987f

Please sign in to comment.