Proper reward count for quest Retrieving the Fragment of Chaos.

Contributed by fengshui.
This commit is contained in:
MobiusDevelopment 2020-09-26 22:08:27 +00:00
parent 847da4664a
commit 4ec91a7702
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ public class Q00775_RetrievingTheChaosFragment extends Quest
}
else if (getQuestItemsCount(player, CHAOS_FRAGMENT) >= 1000)
{
giveItems(player, LEONAS_REWARD_BOX, 900);
giveItems(player, LEONAS_REWARD_BOX, 9);
}
if (getRandom(100) < 50)
{

View File

@ -138,7 +138,7 @@ public class Q00775_RetrievingTheChaosFragment extends Quest
}
else if (getQuestItemsCount(player, CHAOS_FRAGMENT) >= 1000)
{
giveItems(player, LEONAS_REWARD_BOX, 900);
giveItems(player, LEONAS_REWARD_BOX, 9);
}
if (getRandom(100) < 50)
{