diff options
-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'); |