Proper reward for quest Aiding the Floran Village (660).

Contributed by Helionar.
This commit is contained in:
MobiusDevelopment
2020-07-23 03:09:53 +00:00
parent a406b7e8f2
commit 874257dd13
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ public class Q00660_AidingTheFloranVillage extends Quest
tradeItems(player, 500, itemCount1, itemCount2, itemCount3); tradeItems(player, 500, itemCount1, itemCount2, itemCount3);
if (getRandom(100) >= 50) if (getRandom(100) >= 50)
{ {
giveItems(player, SCROLL_ENCHANT_ARMOR_D_GRADE, 1); giveItems(player, SCROLL_ENCHANT_WEAPON_D_GRADE, 1);
giveAdena(player, ADENA_REWARD_5, true); giveAdena(player, ADENA_REWARD_5, true);
htmltext = event; htmltext = event;
} }

View File

@@ -227,7 +227,7 @@ public class Q00660_AidingTheFloranVillage extends Quest
tradeItems(player, 500, itemCount1, itemCount2, itemCount3); tradeItems(player, 500, itemCount1, itemCount2, itemCount3);
if (getRandom(100) >= 50) if (getRandom(100) >= 50)
{ {
giveItems(player, SCROLL_ENCHANT_ARMOR_D_GRADE, 1); giveItems(player, SCROLL_ENCHANT_WEAPON_D_GRADE, 1);
giveAdena(player, ADENA_REWARD_5, true); giveAdena(player, ADENA_REWARD_5, true);
htmltext = event; htmltext = event;
} }