diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-19 09:04:09 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-08-19 09:04:09 -0700 |
commit | e50a6c456829953f02ad68dd6e6a473c4a121dde (patch) | |
tree | eebb04b4377a6fb7502edbc2131eac3d399766bb /world/map/npc/009-1/jack.txt | |
parent | 89884ca46cf7d1def4fd19e97a846442fafdb38b (diff) | |
download | serverdata-e50a6c456829953f02ad68dd6e6a473c4a121dde.tar.gz serverdata-e50a6c456829953f02ad68dd6e6a473c4a121dde.tar.bz2 serverdata-e50a6c456829953f02ad68dd6e6a473c4a121dde.tar.xz serverdata-e50a6c456829953f02ad68dd6e6a473c4a121dde.zip |
Trivial removal of some trailing whitespace that snuck in
Diffstat (limited to 'world/map/npc/009-1/jack.txt')
-rw-r--r-- | world/map/npc/009-1/jack.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/009-1/jack.txt b/world/map/npc/009-1/jack.txt index 4932ccc6..cbdb0558 100644 --- a/world/map/npc/009-1/jack.txt +++ b/world/map/npc/009-1/jack.txt @@ -239,7 +239,7 @@ L_NohMask_Answer: mes "[Jack Lumber]"; mes "\"Sorry, no.\""; goto L_Close; - + L_Made_Shield: next; mes "[Jack Lumber]"; @@ -247,8 +247,8 @@ L_Made_Shield: mes "\"It has put me behind on all these new Nivalis orders, now that the ship is running there.\""; next; mes "\"Care to help out? I'll pay you for your time.\""; - -L_Daily: + +L_Daily: set @dq_level, 30; set @dq_cost, 25; set @dq_count, 30; @@ -256,7 +256,7 @@ L_Daily: set @dq_friendly_name$, "raw logs"; set @dq_money, 4000; set @dq_exp, 4000; - + callfunc "DailyQuest"; next; @@ -264,7 +264,7 @@ L_Daily: mes "[Jack Lumber]"; mes "\"Check back with me tomorrow to see if I need any help with that shipment.\""; - goto L_Close; + goto L_Close; L_Close: set @inspector, 0; |