diff options
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index d873edf0f..263e73673 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -520,7 +520,7 @@ function script CheckGuard { } GuardsGratitude(); - narrator("You receive 30 exp and 50 GP."); + narrator(l("You receive 32 exp and 30 GP.")); close; } } |