diff options
author | Kelpiesklubhouse <151824209+Kelpiesklubhouse@users.noreply.github.com> | 2024-02-10 01:58:47 +0100 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2024-02-10 01:59:01 +0100 |
commit | 95bc546e2c16e312c041c5c23bf0ff295bae0612 (patch) | |
tree | 3f8f47a6661e377073fef85807c9960914cb0f1f | |
parent | 11edfff17c834aa6aff81081519ba87a7e084972 (diff) |
DB/Teldrassil: Added Tallonkais Jewel drop to Ferocitas the Dream Eater
+ remove deprecated drop of Gnarlpine Necklace
-rw-r--r-- | sql/updates/world/master/2024_02_10_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |