diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-25 21:40:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-25 21:40:56 -0300 |
commit | 2ad7f0859644f95aff86f37f744fda87862a41a6 (patch) | |
tree | b67fbc514718ad10c2de04890060551ab23d07c3 /npc/006-4-1 | |
parent | 6a93b98c9547725801128b227526b6512b5e2ff1 (diff) | |
download | serverdata-2ad7f0859644f95aff86f37f744fda87862a41a6.tar.gz serverdata-2ad7f0859644f95aff86f37f744fda87862a41a6.tar.bz2 serverdata-2ad7f0859644f95aff86f37f744fda87862a41a6.tar.xz serverdata-2ad7f0859644f95aff86f37f744fda87862a41a6.zip |
Fix the date at Jak1's Diary
Diffstat (limited to 'npc/006-4-1')
-rw-r--r-- | npc/006-4-1/painting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-4-1/painting.txt b/npc/006-4-1/painting.txt index 17766660f..bb3cc1b28 100644 --- a/npc/006-4-1/painting.txt +++ b/npc/006-4-1/painting.txt @@ -31,7 +31,7 @@ OnTouch: mes l("If you're reading this - Feel free to use my laboratory in any way you deem fit. Or what's left of it, at least. Also, please kill any slimes you find. I shall be back in six leaps time, according to the Imperial Time, but if I'm not back by then, assume something went wrong and both wushin and me are off the table."); next; mes l("JAK1, THE SLIME RESEARCHER"); - mes l("Oranye Isles, 354 AT"); + mes l("Oranye Isles, 257 AT"); next; setpcblock(PCBLOCK_HARD, false); |