mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user