chore(DB): import pending files

Referenced commit(s): f4ccf15091
This commit is contained in:
AzerothCoreBot
2022-12-11 02:59:46 +00:00
parent f4ccf15091
commit f06d815909
6 changed files with 6 additions and 0 deletions

View File

@@ -1 +1,2 @@
-- DB update 2022_12_10_00 -> 2022_12_11_00
DELETE FROM `item_loot_template` WHERE `Entry` = 17969 AND `Item` = 6332;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_11_00 -> 2022_12_11_01
--
UPDATE `creature` SET `position_x`=193.68, `position_y`=-425.001, `position_z`=43.536, `orientation`=4.910, `MovementType`=2 WHERE `id1`=18105;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_11_01 -> 2022_12_11_02
--
UPDATE `creature` SET `MovementType`=2 WHERE `id1`=17882;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_11_02 -> 2022_12_11_03
-- Fix issue 13914
DELETE FROM `quest_greeting_locale` WHERE `locale` IN ('esES', 'esMX') AND `ID` = 5638;
INSERT INTO `quest_greeting_locale` (`ID`, `type`, `locale`, `Greeting`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_11_03 -> 2022_12_11_04
-- fix pr13832
-- https://github.com/azerothcore/azerothcore-wotlk/commit/c791e2080e287e052fcaf717e3106977c822d28f
DELETE FROM `creature_loot_template` WHERE `Entry` IN (17917, 20627) AND (`Item` IN (13926));

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_11_04 -> 2022_12_11_05
--
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 19386;