mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -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;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_22_05 -> 2022_12_22_06
|
||||
--
|
||||
SET @GUID := 9704;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2022_12_22_06 -> 2022_12_22_07
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 20251;
|
||||
|
||||
@@ -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
|
||||
@@ -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);
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user