fix(DB/creature_loot): Corrects all incorrect quest rates in Ammen Vale (#13167)

This commit is contained in:
neifion-00000000
2022-10-11 13:09:28 -05:00
committed by GitHub
parent 904c469a8b
commit 8021623cfb

View File

@@ -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;