mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
3
data/sql/updates/db_world/2023_01_02_01.sql
Normal file
3
data/sql/updates/db_world/2023_01_02_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_01_02_00 -> 2023_01_02_01
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_flags`=4 WHERE `entryorguid`=19307 AND `source_type`=0 AND `id`=2;
|
||||
7
data/sql/updates/db_world/2023_01_02_02.sql
Normal file
7
data/sql/updates/db_world/2023_01_02_02.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2023_01_02_01 -> 2023_01_02_02
|
||||
--
|
||||
-- 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