mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/Vendor): Reduce Super Mana Pot and Frost Power Potion Recipe timer (#14321)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user