mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 07:53:44 +00:00
7
data/sql/updates/db_world/2024_04_02_00.sql
Normal file
7
data/sql/updates/db_world/2024_04_02_00.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2024_03_31_01 -> 2024_04_02_00
|
||||
-- delete old entries that are unused
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry` = 34377 AND `Item` IN (30448, 32944);
|
||||
-- down
|
||||
DELETE FROM `reference_loot_template` WHERE `Entry` = 34053 AND `Item` = 32944;
|
||||
INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(34053, 32944, 0, 0, 0, 1, 1, 1, 1, 'Talon of the Phoenix');
|
||||
3
data/sql/updates/db_world/2024_04_02_01.sql
Normal file
3
data/sql/updates/db_world/2024_04_02_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2024_04_02_00 -> 2024_04_02_01
|
||||
--
|
||||
UPDATE `creature_loot_template` SET `MaxCount` = 2 WHERE `Entry` = 19622 AND `Item` = 90056 AND `Reference` = 34056 AND `GroupId` = 4;
|
||||
Reference in New Issue
Block a user