diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2013-08-29 06:35:41 -0700 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2013-08-29 06:35:41 -0700 |
commit | 715daeb50afd6c0d6f822bf8bd2821677e3c41a5 (patch) | |
tree | ff29472ea5846cd8a80dff88f13f77245f78dee5 | |
parent | 848ebd19528918fba26f506468894ffa49b30dbd (diff) | |
parent | 2f522ca18450f9dbaded273cc92ff6e78ca6fda7 (diff) | |
download | serverdata-715daeb50afd6c0d6f822bf8bd2821677e3c41a5.tar.gz serverdata-715daeb50afd6c0d6f822bf8bd2821677e3c41a5.tar.bz2 serverdata-715daeb50afd6c0d6f822bf8bd2821677e3c41a5.tar.xz serverdata-715daeb50afd6c0d6f822bf8bd2821677e3c41a5.zip |
Merge pull request #26 from DinoPaskvan/master
Small indentation fix on NPC Jack
-rw-r--r-- | world/map/npc/009-1/jack.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/009-1/jack.txt b/world/map/npc/009-1/jack.txt index cbdb0558..d822c1d7 100644 --- a/world/map/npc/009-1/jack.txt +++ b/world/map/npc/009-1/jack.txt @@ -241,7 +241,7 @@ L_NohMask_Answer: goto L_Close; L_Made_Shield: - next; + next; mes "[Jack Lumber]"; mes "\"Speaking of that shield...\""; mes "\"It has put me behind on all these new Nivalis orders, now that the ship is running there.\""; |