chore(DB): import pending files

Referenced commit(s): db0e94c669
This commit is contained in:
AzerothCoreBot
2023-04-04 17:54:37 +00:00
parent db0e94c669
commit 00e42645b8
3 changed files with 3 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
-- DB update 2023_04_04_11 -> 2023_04_04_12
--
UPDATE `creature` SET `position_x`=-8399.23, `position_y`=1246.33, `position_z`=5.31357 WHERE `guid`=244630 AND `id1`=37715;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_04_12 -> 2023_04_04_13
--
UPDATE `creature_template` SET `detection_range`=65 WHERE `entry` IN (20465,21943);
UPDATE `creature_template` SET `minlevel`=70, `maxlevel`=70 WHERE `entry`=21943;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_04_04_13 -> 2023_04_04_14
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 1 AND `SourceGroup` = 17798 AND `SourceEntry` = 24313 AND `ConditionTypeOrReference` = 7;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`,`ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `Comment`) VALUES
(1, 17798, 24313, 7, 197, 1, 'Pattern: Battlecast Hood requires Tailoring to drop');