fix(DB/Vendor): Reduce Super Mana Pot and Frost Power Potion Recipe timer (#14321)
This commit is contained in:
parent
ec1ec235be
commit
8a1cea9aac
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue