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 2023_03_15_01 -> 2023_03_15_02
|
||||
--
|
||||
-- Repair Warp Splinter Loot Table
|
||||
UPDATE `reference_loot_template` SET `GroupId`=3 WHERE `Entry`=35006 AND `Item` IN (28370, 28367, 28371, 28348, 28350, 28349);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_15_02 -> 2023_03_15_03
|
||||
-- Ridgespine Horror
|
||||
UPDATE `creature_template_addon` SET `auras` = '7939 22766' WHERE `entry` = 20998;
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 20998;
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_15_03 -> 2023_03_15_04
|
||||
-- Karaaz <Consortium Quartermaster>
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=20242;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_15_04 -> 2023_03_15_05
|
||||
-- Brother Sarno
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 7917;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_15_05 -> 2023_03_15_06
|
||||
-- Griftah
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 19227 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
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_15_06 -> 2023_03_15_07
|
||||
--
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 18551200) AND (`source_type` = 9) AND (`id` IN (0, 1));
|
||||
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_15_07 -> 2023_03_15_08
|
||||
--
|
||||
UPDATE `pool_gameobject` SET `Chance`=0 WHERE `description`='Rotten Arakkoa Egg (184795)';
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2023_03_15_08 -> 2023_03_15_09
|
||||
-- Store Targetlist of group (id 1)
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 1 AND `entryorguid` IN (183770, 183956, 184311, 184312));
|
||||
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_15_09 -> 2023_03_15_10
|
||||
-- Improve Respawn Script
|
||||
DELETE FROM `smart_scripts` WHERE (`source_type` = 9 AND `entryorguid` = 2102700);
|
||||
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
|
||||
Reference in New Issue
Block a user