diff options
Diffstat (limited to 'npc/012-1/guards.txt')
-rw-r--r-- | npc/012-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 0b52a3ee7..c5cc466a7 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -105,7 +105,7 @@ L_Assign: if (@fc >= 10) { switch (@fc) { case 10: - .@tea=Coffee; .@gift=BronzeGift; .@rare=Grenade; + .@tea=Coffee; .@gift=BronzeGift; .@rare=ScrollSTerranite; break; case 11: .@tea=ChamomileTea; .@gift=SilverGift; .@rare=WhiskeyAle; |