Proper quest item count for 10775.

Contributed by Darkloud.
This commit is contained in:
MobiusDevelopment 2020-01-16 18:59:53 +00:00
parent 73b7687eab
commit 888438fb0c

View File

@ -149,7 +149,7 @@ public class Q10775_InSearchOfAnAncientGiant extends Quest
if ((qs != null) && qs.isCond(1))
{
giveItems(killer, ENERGY_OF_REGENERATION, 1);
if (getQuestItemsCount(killer, ENERGY_OF_REGENERATION) >= 40)
if (getQuestItemsCount(killer, ENERGY_OF_REGENERATION) >= 100)
{
qs.setCond(2, true);
}