Skip to content

Commit

Permalink
update rep requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Sep 11, 2024
1 parent 9d755b1 commit 6725726
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Naxxramas/sql/world/naxx40_quests.sql
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@ INSERT INTO `creature_questitem` (`CreatureEntry`, `Idx`, `ItemId`, `VerifiedBui
(351070, 0, 22708, 0),
(351077, 0, 22708, 0),
(351078, 0, 22708, 0);
-- Update reputation requirements for frost resistance quests to pickup quests from Craftsman Wilhelm.
-- AD Rep requirements are part of quest. The only requirement to pickup should be Omarion's book hand in
UPDATE `quest_template_addon` SET `RequiredMinRepFaction` = 0, `RequiredMinRepValue` = 0 WHERE (`ID` IN 9237, 9239, 9240, 9238, 9235, 9236, 9234, 9244, 9246, 9245, 9241, 9242, 9243);

UPDATE `quest_template` SET `RequiredNpcOrGo1` = 351048, `RequiredNpcOrGo2` = 351012, `RequiredNpcOrGo3` = 351024, `RequiredNpcOrGo4` = 351059 WHERE `ID` = 9033;

Expand Down

0 comments on commit 6725726

Please sign in to comment.