mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
8
data/sql/updates/db_world/2024_08_06_01.sql
Normal file
8
data/sql/updates/db_world/2024_08_06_01.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2024_08_06_00 -> 2024_08_06_01
|
||||
UPDATE `creature_loot_template` SET `Chance` = 50, `GroupId` = 2 WHERE `Entry` = 20783 AND `Reference` IN (14501, 24013);
|
||||
UPDATE `creature_loot_template` SET `Chance` = 50, `GroupId` = 1 WHERE `Entry` IN (20785, 20786, 20788, 20789, 20790) AND `Reference` IN (14501, 24013);
|
||||
UPDATE `creature_loot_template` SET `Chance` = 50, `GroupId` = 1 WHERE `Entry` = 20784 AND `Reference` = 14501;
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry` = 20784 AND `Reference` = 24013;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(20784, 24013, 24013, 50, 0, 1, 1, 1, 1, 'Armbreaker Huffaz - (ReferenceTable)');
|
||||
5
data/sql/updates/db_world/2024_08_06_02.sql
Normal file
5
data/sql/updates/db_world/2024_08_06_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2024_08_06_01 -> 2024_08_06_02
|
||||
--
|
||||
DELETE FROM `command` WHERE `name` = 'morph mount';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('morph mount', 1, 'Syntax: .morph mount #displayid - Change the selected target\'s mount\'s model ID to #displayid.');
|
||||
Reference in New Issue
Block a user