mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(DB/creature_loot): Corrects all incorrect quest rates in Ammen Vale (#13167)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--
|
||||
-- Replenishing the Healing Crystals (9280 Draenei Version) (DROP QUEST)
|
||||
-- Vial of Moth Blood (item 22889): 50/50
|
||||
UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Entry`=16517 AND `Item`=22934 AND `Reference`=0 AND `GroupId`=0;
|
||||
|
||||
-- What Must Be Done... (9293) (DROP QUEST) (DONE)
|
||||
-- Lasher Sample (item 16517): 50/50
|
||||
UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Entry`=16520 AND `Item`=22889 AND `Reference`=0 AND `GroupId`=0;
|
||||
Reference in New Issue
Block a user