diff options
Diffstat (limited to 'world/map/npc/027-2/innkeeper.txt')
-rw-r--r-- | world/map/npc/027-2/innkeeper.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/027-2/innkeeper.txt b/world/map/npc/027-2/innkeeper.txt index c17a0416..e3319b76 100644 --- a/world/map/npc/027-2/innkeeper.txt +++ b/world/map/npc/027-2/innkeeper.txt @@ -41,10 +41,10 @@ set @golbanez, ((QUEST_Graveyard_Inn & @Graveyard_Inn_Golbanez_MASK) >> @Graveyard_Inn_Golbanez_SHIFT); set @minLevel, 85; - set @YETI_TEAR_AMOUNT, 30; + set @YETI_TEAR_AMOUNT, 15; set @YETI_TEAR_EXP, 100000; set @DIAMOND_AMOUNT, 20; // caution, this value needs to be the same as in the lovers script! - set @RUBY_AMOUNT, 50; // caution, this value needs to be the same as in the husbands script! + set @RUBY_AMOUNT, 25; // caution, this value needs to be the same as in the husbands script! if (@state >= 11) goto L_Happy; if (@state == 10) goto L_Thanks; |