mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Correct drop rate for Mature Blue Dragon Sinew
This commit is contained in:
@@ -20848,3 +20848,5 @@ UPDATE item_template SET Quality = 1, BuyPrice = 5000, SellPrice = 1250 WHERE en
|
||||
/* Riding Turtle */
|
||||
UPDATE item_template SET Quality = 1, RequiredLevel = 20 WHERE entry=23720;
|
||||
|
||||
/* Correct drop rate for Mature Blue Dragon Sinew */
|
||||
UPDATE `creature_loot_template` SET `chance` = 0.5 WHERE `item` = 18704 AND `entry` IN (7435, 7436, 7437);
|
||||
|
||||
Reference in New Issue
Block a user