diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-19 00:11:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-19 00:11:53 -0300 |
commit | 5030cc5948653524cb7e60e781a8bed17f61cfdc (patch) | |
tree | 21739a0da9a3ce0f756505c0ec49695cf5897f11 /npc/003-1 | |
parent | 42710e42b920166cd520925cbc0caafc08980dd0 (diff) | |
download | serverdata-5030cc5948653524cb7e60e781a8bed17f61cfdc.tar.gz serverdata-5030cc5948653524cb7e60e781a8bed17f61cfdc.tar.bz2 serverdata-5030cc5948653524cb7e60e781a8bed17f61cfdc.tar.xz serverdata-5030cc5948653524cb7e60e781a8bed17f61cfdc.zip |
[skip ci] update script, and spot a non-translatable line!
Thanks @mishana for the report!
Diffstat (limited to 'npc/003-1')
-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; } } |