Proper quest item count for 10775.
Contributed by Darkloud.
This commit is contained in:
parent
73b7687eab
commit
888438fb0c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user