diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-06 22:21:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-06 22:21:30 -0300 |
commit | ab10488144dfc3b002a580ccc4084c35ca83639f (patch) | |
tree | 65af1189eaa7c1d855acf2d784bb5b5a16609992 /npc/017-3 | |
parent | a3dcb5b0ddb5fd630e99852aac68073f6d4d2e7f (diff) | |
download | serverdata-ab10488144dfc3b002a580ccc4084c35ca83639f.tar.gz serverdata-ab10488144dfc3b002a580ccc4084c35ca83639f.tar.bz2 serverdata-ab10488144dfc3b002a580ccc4084c35ca83639f.tar.xz serverdata-ab10488144dfc3b002a580ccc4084c35ca83639f.zip |
Fix typos reported by @demure <3
Diffstat (limited to 'npc/017-3')
-rw-r--r-- | npc/017-3/vault.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-3/vault.txt b/npc/017-3/vault.txt index 3f693e7d4..13e13b068 100644 --- a/npc/017-3/vault.txt +++ b/npc/017-3/vault.txt @@ -6,7 +6,7 @@ 017-3,80,39,0 script Vault NPC_NO_SPRITE,{ mesn; - mesq l("There's a shiny safe here. How much money is inside? Nobody is looking at, great!"); + mesq l("There's a shiny safe here. How much money is inside? Nobody is looking at you, great!"); // 2*3 = 6 possibilities, 5 attempts if (LockPicking(2, 3)) { Zeny=Zeny+$VAULT_01738039; |