chore(DB): import pending files

Referenced commit(s): 4265ef0239
This commit is contained in:
AzerothCoreBot
2022-06-18 14:39:36 +00:00
parent 4265ef0239
commit a5bb5fa708
4 changed files with 4 additions and 0 deletions

View File

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

View File

@@ -1 +1,2 @@
-- DB update 2022_06_18_12 -> 2022_06_18_13
UPDATE `creature_template` SET `flags_extra` = `flags_extra`|4194304 WHERE (`entry` = 15163);

View File

@@ -1,3 +1,4 @@
-- DB update 2022_06_18_13 -> 2022_06_18_14
--
DELETE FROM `creature_loot_template` WHERE item=6838;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2022_06_18_14 -> 2022_06_18_15
--
-- Mulgore 10618 Gameobjects that need removed before Mulgore can be rebuilt
DELETE FROM `gameobject` WHERE `guid` IN (18442, 18443, 18444, 18445, 18446, 18447, 18448, 18449, 18450, 18451, 18452, 18453, 18454, 18455, 85767, 85772, 85882, 85883);