mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_03_23_03 -> 2023_03_24_00
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_type`=1, `event_flags`=6, `event_param1`=2000, `event_param2`=6000, `event_param3`=18000, `event_param4`=24000, `action_param2`=0, `target_type`=1 WHERE `entryorguid`=17371 AND `source_type`=0 AND `id`=5;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_24_00 -> 2023_03_24_01
|
||||
SET @ENTRY := 18869;
|
||||
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryOrGuid` = @ENTRY;
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI', `ScriptName` = '' WHERE `entry` = @ENTRY;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_24_01 -> 2023_03_24_02
|
||||
-- Thule Ravenclaw - remove ranged movement
|
||||
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` = 1947;
|
||||
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_03_24_02 -> 2023_03_24_03
|
||||
-- Mosh'Ogg Spellcrafter
|
||||
DELETE FROM `smart_scripts` WHERE `source_type` = 0 AND `entryorguid` = 710;
|
||||
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,2 +1,3 @@
|
||||
-- DB update 2023_03_24_03 -> 2023_03_24_04
|
||||
-- Ethereal Thief - Disarm timing
|
||||
UPDATE `smart_scripts` SET `event_param1` = 9000, `event_param2` = 12000, `event_param3` = 15000, `event_param4` = 18000 WHERE `entryorguid` = 16544 AND `source_type` = 0 AND `id` = 4;
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_03_24_04 -> 2023_03_24_05
|
||||
-- Remove (71) Darkmoon Faire Building (Mulgore) gameobjects from (24) Brewfest
|
||||
DELETE FROM `game_event_gameobject` WHERE `eventEntry` = 24 AND `guid` IN (31919,31918,31916,31915,31914,31913,31912,31879,31878,31877,31876,31875,31874,31872);
|
||||
@@ -1,2 +1,3 @@
|
||||
-- DB update 2023_03_24_05 -> 2023_03_24_06
|
||||
-- Violet Hold Guard, only the 2 right in front of VH should have emote 333.
|
||||
UPDATE `creature_template_addon` SET `emote` = 0 WHERE `entry` = 30659;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_24_06 -> 2023_03_24_07
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` IN (8538, 8539)) AND (`source_type` = 0) AND (`id` IN (2));
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_24_07 -> 2023_03_24_08
|
||||
--
|
||||
-- Slows the repeat behavior of NPCs 237 (Verna Furlbrow) and 238 (Farmer Furlbrow) dialogue to be authentic
|
||||
UPDATE `smart_scripts` SET `event_param3`=1202000, `event_param4`=1202000 WHERE `entryorguid`=237 AND `source_type`=0 AND `id`=0 AND `link`=0;
|
||||
Reference in New Issue
Block a user