chore(DB): import pending files

Referenced commit(s): c3d511e3bf
This commit is contained in:
AzerothCoreBot
2022-11-04 22:31:40 +00:00
parent c3d511e3bf
commit 5f366c76bf
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_11_03_08 -> 2022_11_04_00
--
SET @FACTION_BOTH := 6;
UPDATE `areatrigger_tavern` SET `faction` = @FACTION_BOTH WHERE `id` = 862;

View File

@@ -1,2 +1,3 @@
-- DB update 2022_11_04_00 -> 2022_11_04_01
--
UPDATE `quest_template_addon` SET `SpecialFlags` = `SpecialFlags`|1 WHERE `id` IN (8789, 8790);