parent
897d7d5585
commit
d4a2b08437
4 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_04_19_24 -> 2023_04_19_25
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid`=25416 AND `source_type`=0;
|
||||
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
|
||||
(25416, 0, 0, 1, 4, 0, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Simmer - On Aggro - Say Line 0'),
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_04_19_25 -> 2023_04_19_26
|
||||
-- ID 21861 (Vision of the Raven God), also set to not specified
|
||||
UPDATE `creature_template` SET `type` = 10 WHERE `entry` = 21861;
|
||||
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2023_04_19_26 -> 2023_04_19_27
|
||||
-- Bosses on the Ogrila quest chain
|
||||
-- Slaag
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask`|545470038 WHERE `entry` = 22199;
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
-- DB update 2023_04_19_27 -> 2023_04_19_28
|
||||
--
|
||||
UPDATE `creature_formations` SET `groupAI`=`groupAI`|1 WHERE `leaderGUID`=37385 AND `memberGUID`=37385;
|
||||
Loading…
Add table
Add a link
Reference in a new issue