Proper item count requirement for quest 10403.

Contributed by Edoo.
This commit is contained in:
MobiusDevelopment 2019-11-08 11:12:38 +00:00
parent d6cee1439e
commit 8b6d220d55
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ public class Q10403_TheGuardianGiant extends Quest
} }
else if (qs.isCond(1)) else if (qs.isCond(1))
{ {
if (giveItemRandomly(killer, FRAGMENT, 1, 90, 1, true)) if (giveItemRandomly(killer, FRAGMENT, 1, 200, 1, true))
{ {
qs.setCond(2, true); qs.setCond(2, true);
final Npc akum = addSpawn(AKUM, npc); final Npc akum = addSpawn(AKUM, npc);

View File

@ -159,7 +159,7 @@ public class Q10403_TheGuardianGiant extends Quest
} }
else if (qs.isCond(1)) else if (qs.isCond(1))
{ {
if (giveItemRandomly(killer, FRAGMENT, 1, 90, 1, true)) if (giveItemRandomly(killer, FRAGMENT, 1, 200, 1, true))
{ {
qs.setCond(2, true); qs.setCond(2, true);
final Npc akum = addSpawn(AKUM, npc); final Npc akum = addSpawn(AKUM, npc);