Skip to content

Commit 1444f83

Browse files
committed
Update SWP mythic vendor prices
1 parent 16b12a3 commit 1444f83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/sql/db-world/zone_difficulty_mythicmode_swp_rewards.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SET @PRICE := 36; -- placeholder
2-
SET @PRICE2 := 48; -- placeholder
1+
SET @PRICE := 24;
2+
SET @PRICE2 := 30;
33
DELETE FROM `zone_difficulty_mythicmode_rewards` WHERE `ContentType` = 19;
44
INSERT INTO `zone_difficulty_mythicmode_rewards` (`ContentType`, `ItemType`, `Entry`, `Price`, `Enchant`, `EnchantSlot`, `Achievement`, `Enabled`, `Comment`) VALUES
55
(19, 1, 34166, @PRICE, 0, 0, 698, 1, 'Band of Lucent Beams - Sathrovarr'),

0 commit comments

Comments
 (0)