Skip to content

Commit 1ec9a42

Browse files
authored
Update 20240913171704_world.sql
1 parent 44e9193 commit 1ec9a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/migrations/20240913171704_world.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ INSERT INTO `conditions` (`condition_entry`, `type`, `value1`, `value2`, `value3
221221
(11066, -1, 11063, 11052, 0, 0, 0); -- Condition for relearning Swordsmithing
222222

223223
-- Add relevant reputation requirement for Blacksmith specialisation quests
224-
UPDATE `quest_template` SET `RequiredMinRepFaction` = 46, `RequiredMinRepValue` = 6000 WHERE `entry` IN
224+
UPDATE `quest_template` SET `RequiredMinRepFaction` = 46, `RequiredMinRepValue` = 6000 WHERE `entry` IN (
225225
5283, -- "The Art of the Armorsmith" (Alliance)
226226
5301); -- "The Art of the Armorsmith" (Horde)
227227

0 commit comments

Comments
 (0)