chore(DB): import pending files

Referenced commit(s): 26b36a5af1
This commit is contained in:
AzerothCoreBot
2023-01-02 18:41:35 +00:00
parent 26b36a5af1
commit 0dec381997
2 changed files with 2 additions and 0 deletions

View 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;

View 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;