From 95bc546e2c16e312c041c5c23bf0ff295bae0612 Mon Sep 17 00:00:00 2001 From: Kelpiesklubhouse <151824209+Kelpiesklubhouse@users.noreply.github.com> Date: Sat, 10 Feb 2024 01:58:47 +0100 Subject: DB/Teldrassil: Added Tallonkais Jewel drop to Ferocitas the Dream Eater + remove deprecated drop of Gnarlpine Necklace --- sql/updates/world/master/2024_02_10_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2024_02_10_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_02_10_02_world.sql b/sql/updates/world/master/2024_02_10_02_world.sql new file mode 100644 index 00000000000..9ba94967b37 --- /dev/null +++ b/sql/updates/world/master/2024_02_10_02_world.sql @@ -0,0 +1,4 @@ +-- Ferocitas the Dream Eater Loot: Talonkai's Jewel +DELETE FROM `creature_loot_template` WHERE `Entry`=7234 AND `Item` IN (8049, 8050); +INSERT INTO `creature_loot_template` (`Entry`,`Item`,`Reference`,`Chance`,`QuestRequired`,`LootMode`,`GroupId`,`MinCount`,`MaxCount`,`Comment`) VALUES +(7234,8050,0,100,1,1,0,1,1,'Quest Item: Talonkai''s Jewel'); -- cgit v1.2.3