mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
DB/Loot: fix drop chance for two quest items.
Fenclaw Hide and Mature Bone Sifter Carcass should always drop.
This commit is contained in:
2
sql/updates/world/3.3.5/2016_09_15_03_world.sql
Normal file
2
sql/updates/world/3.3.5/2016_09_15_03_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item` IN (24486, 31814);
|
||||
Reference in New Issue
Block a user