fix(DB/npc_vendor): Improve a few TBC Vendor Recipe Rates (#14472)
* fix(DB/npc_vendor): Improve a few TBC Vendor Recipe Rates * Update rev_1672683380617865400.sql bloopers removed * Update data/sql/updates/pending_db_world/rev_1672683380617865400.sql Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
parent
e6ba408444
commit
cef8d8705e
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
--
|
||||
-- Recipe: Elixir of Major Frost Power
|
||||
UPDATE `npc_vendor` SET `incrtime`=1800 WHERE `entry` IN (18005, 18017) AND `item`=22902 AND `ExtendedCost`=0;
|
||||
|
||||
-- Tailoring Recipes off Aarond
|
||||
UPDATE `npc_vendor` SET `incrtime`=1800 WHERE `entry`=19521 AND `item` IN (21900, 21901) AND `ExtendedCost`=0;
|
||||
Loading…
Add table
Add a link
Reference in a new issue