fix(DB/Loot): Naga claws should drop 100% (#14405)

* fix(DB/Loot): Naga claws should drop 100%

* Update nagaclaws.sql
This commit is contained in:
Samsequel
2022-12-30 22:51:54 +01:00
committed by GitHub
parent 7729684bf0
commit c0fa1421f3

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Entry` IN (18088, 18340, 18044, 18046, 18086, 18087, 18089, 19946, 19947, 20089, 20088) AND `Item` = 24280;