mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 08:16:08 +00:00
2
data/sql/updates/db_world/2022_12_29_00.sql
Normal file
2
data/sql/updates/db_world/2022_12_29_00.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- DB update 2022_12_28_02 -> 2022_12_29_00
|
||||
UPDATE `creature_equip_template` SET `ItemID2`=0 WHERE `CreatureID`=4217 AND `ID`=1;
|
||||
12
data/sql/updates/db_world/2022_12_29_01.sql
Normal file
12
data/sql/updates/db_world/2022_12_29_01.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
-- DB update 2022_12_29_00 -> 2022_12_29_01
|
||||
DELETE FROM `gossip_menu` WHERE `MenuID` = 5501;
|
||||
INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES (5501, 6554);
|
||||
|
||||
UPDATE `gossip_menu_option` SET `ActionMenuID` = 5501 WHERE `MenuID` = 5502;
|
||||
|
||||
UPDATE `conditions` SET `ConditionValue1` = 1030, `Comment` = 'Only show gossip option if player has completed quest 1030' WHERE `SourceTypeOrReferenceId` = 15 AND `SourceGroup` = 5502 AND `ConditionTypeOrReference` = 8;
|
||||
|
||||
UPDATE `npc_text` SET `ID` = 6554 WHERE `ID` = 50001;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 3691 AND `id`= 7;
|
||||
UPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` = 3691 AND `id` = 6;
|
||||
2
data/sql/updates/db_world/2022_12_29_02.sql
Normal file
2
data/sql/updates/db_world/2022_12_29_02.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- DB update 2022_12_29_01 -> 2022_12_29_02
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 18681 AND `Item` = 31245;
|
||||
8
data/sql/updates/db_world/2022_12_29_03.sql
Normal file
8
data/sql/updates/db_world/2022_12_29_03.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_12_29_02 -> 2022_12_29_03
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|2 WHERE (`entry` IN (19310, 19409, 21133));
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 21133;
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 21133) AND (`source_type` = 0) AND (`id` IN (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
|
||||
(21133, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 0, 3, 0, 16387, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Corporal Ironridge - On Respawn - Morph To Model 16387 - Woraround for modelid - Gender');
|
||||
3
data/sql/updates/db_world/2022_12_29_04.sql
Normal file
3
data/sql/updates/db_world/2022_12_29_04.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_12_29_03 -> 2022_12_29_04
|
||||
--
|
||||
UPDATE `creature` SET `id1`=18453, `equipment_id`=0 WHERE `id1`=18454 AND `guid`=65943;
|
||||
3
data/sql/updates/db_world/2022_12_29_05.sql
Normal file
3
data/sql/updates/db_world/2022_12_29_05.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_12_29_04 -> 2022_12_29_05
|
||||
|
||||
UPDATE `creature_template` SET `skinloot` = 0 WHERE (`entry` = 15316);
|
||||
Reference in New Issue
Block a user