mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
5
data/sql/updates/db_world/2022_12_22_03.sql
Normal file
5
data/sql/updates/db_world/2022_12_22_03.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2022_12_22_02 -> 2022_12_22_03
|
||||
--
|
||||
-- Xerintha Ravenoak vendor timers repaired
|
||||
UPDATE `npc_vendor` SET `incrtime`=300 WHERE `entry`=20916 AND `item`=31674 AND `ExtendedCost`=0;
|
||||
UPDATE `npc_vendor` SET `incrtime`=600 WHERE `entry`=20916 AND `item`=31675 AND `ExtendedCost`=0;
|
||||
7
data/sql/updates/db_world/2022_12_22_04.sql
Normal file
7
data/sql/updates/db_world/2022_12_22_04.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2022_12_22_03 -> 2022_12_22_04
|
||||
--
|
||||
-- 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