fix(DB/Vendor): Reduce Super Mana Pot and Frost Power Potion Recipe timer (#14321)

This commit is contained in:
neifion-00000000
2022-12-22 00:25:52 -06:00
committed by GitHub
parent ec1ec235be
commit 8a1cea9aac

View File

@@ -0,0 +1,6 @@
--
-- Recipe: Super Mana Potion 30m
UPDATE `npc_vendor` SET `incrtime`=1800 WHERE `entry` IN (18005, 19837) AND `item`=22907 AND `ExtendedCost`=0;
-- Recipe: Elixir of Major Frost Power
UPDATE `npc_vendor` SET `incrtime`=600 WHERE `entry`=18017 AND `item`=22902 AND `ExtendedCost`=0;
UPDATE `npc_vendor` SET `incrtime`=600 WHERE `entry`=19837 AND `item`=22902 AND `ExtendedCost`=0;