chore(DB): import pending files

Referenced commit(s): 7069b5e4e7
This commit is contained in:
AzerothCoreBot
2022-12-22 05:39:29 +00:00
parent 7069b5e4e7
commit ec1ec235be
3 changed files with 3 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
-- DB update 2022_12_21_00 -> 2022_12_22_00
--
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4 WHERE (`creature_id` = 19632);

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_22_00 -> 2022_12_22_01
--
DELETE FROM `player_factionchange_quests` WHERE `alliance_id` = 10382;
INSERT INTO `player_factionchange_quests` (`alliance_id`, `horde_id`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_22_01 -> 2022_12_22_02
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 17309;
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 17309);