chore(DB): import pending files

Referenced commit(s): 64145b7d05
This commit is contained in:
AzerothCoreBot
2022-12-22 06:36:59 +00:00
parent 64145b7d05
commit 20c9e80d4a
6 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_22_04 -> 2022_12_22_05
--
UPDATE `creature_loot_template` SET `Chance`=30 WHERE `Entry`=16951 AND `Item`=23269 AND `Reference`=0 AND `GroupId`=0;
UPDATE `creature_loot_template` SET `Chance`=30 WHERE `Entry` IN (19442, 16871, 16873, 16907, 19422, 19424, 19457) AND `Item`=30425 AND `Reference`=0 AND `GroupId`=0;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_22_05 -> 2022_12_22_06
--
SET @GUID := 9704;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_22_06 -> 2022_12_22_07
--
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 20251;

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_22_07 -> 2022_12_22_08
--
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 19283);
INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `event_param5`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_param4`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_22_08 -> 2022_12_22_09
--
DELETE FROM `spell_loot_template` WHERE `Entry`=58160 AND `Item`=13926;
DELETE FROM `creature_loot_template` WHERE `item`=24478 AND `entry` IN (21044, 21126, 21842);

View File

@@ -1,3 +1,4 @@
-- DB update 2022_12_22_09 -> 2022_12_22_10
--
UPDATE `creature_onkill_reputation` SET `MaxStanding1` = 4, `MaxStanding2` = 4, `RewOnKillRepValue1` = 1, `RewOnKillRepValue2` = 1 WHERE (`creature_id` = 17540);