mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
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:
2
data/sql/updates/pending_db_world/nagaclaws.sql
Normal file
2
data/sql/updates/pending_db_world/nagaclaws.sql
Normal 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;
|
||||
Reference in New Issue
Block a user