mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_03_00 -> 2023_04_04_00
|
||||
-- Blood of the Mountain
|
||||
DELETE FROM `creature_loot_template` WHERE `Item` = 11382;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_04_00 -> 2023_04_04_01
|
||||
-- Jesse Masters
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID` = 9798 AND `TextID` = 13502;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_04_01 -> 2023_04_04_02
|
||||
-- ID 8397 (Sentinel Keldara Sunblade)
|
||||
DELETE FROM `creature_addon` WHERE (`guid` IN (35937));
|
||||
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_04_02 -> 2023_04_04_03
|
||||
-- Remove old/deprecated bytes2 flags.
|
||||
UPDATE `creature_addon` SET `bytes2` = 1 WHERE `bytes2` IN (257,733,4097,301993985,318771201,285216769,234885121);
|
||||
UPDATE `creature_addon` SET `bytes2` = 0 WHERE `bytes2` IN (256,4092,4096);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_04_03 -> 2023_04_04_04
|
||||
--
|
||||
-- Slows the repeat behavior of NPCs 263 (Lord Ello Ebonlocke), 269 (Role Dreuger), 270 (Councilman Millstripe), 271 (Ambassador Berrybuck), and 325 (Hogan Ference) dialogue to be more correctly timed
|
||||
UPDATE `smart_scripts` SET `event_param3`=1306000, `event_param4`=1407000 WHERE `entryorguid`=263 AND `source_type`=0 AND `id`=1 AND `link`=0 AND `action_type`=1;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_04_04 -> 2023_04_04_05
|
||||
-- ID 3374 (Bael'dun Excavator)
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 0 AND `entryorguid` = 3374);
|
||||
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 2023_04_04_05 -> 2023_04_04_06
|
||||
-- ID 7879 (Quintis Jonespyre)
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 7879;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_04_04_06 -> 2023_04_04_07
|
||||
-- Steamvault
|
||||
DELETE FROM `creature_onkill_reputation` WHERE (`creature_id` IN (17721,17722,17796,17797,17798,17799,17800,17801,17802,17803,17805,17917,17951,17954,20926,21338,21694,21695,21696,20620,20621,20622,20623,20624,20625,20626,20627,20628,20629,20630,20631,20632,20633,21914,21915,21916,21917));
|
||||
INSERT INTO `creature_onkill_reputation` (`creature_id`, `RewOnKillRepFaction1`, `RewOnKillRepFaction2`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `MaxStanding2`, `IsTeamAward2`, `RewOnKillRepValue2`, `TeamDependent`) VALUES
|
||||
Reference in New Issue
Block a user