diff options
author | Haru <haru@dotalux.com> | 2015-09-18 13:09:16 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-09-25 12:55:36 +0200 |
commit | 1aea178ef7cdb76eda5600540b5fbd29fd54ff88 (patch) | |
tree | 855d4feafba212d7f36872c1b46814c1f1a85e75 /npc/re/jobs | |
parent | e99bf73af31a8b1f09b9ce033c16832ee5cac51d (diff) | |
download | hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.gz hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.bz2 hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.xz hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.zip |
More aggressive whitespace cleanup. Follow up to 51329e6
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/re/jobs')
-rw-r--r-- | npc/re/jobs/1-1/acolyte.txt | 1 | ||||
-rw-r--r-- | npc/re/jobs/2e/kagerou_oboro.txt | 12 | ||||
-rw-r--r-- | npc/re/jobs/novice/novice.txt | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/npc/re/jobs/1-1/acolyte.txt b/npc/re/jobs/1-1/acolyte.txt index 3ba4bcce9..91817e071 100644 --- a/npc/re/jobs/1-1/acolyte.txt +++ b/npc/re/jobs/1-1/acolyte.txt @@ -330,4 +330,3 @@ prt_fild00,208,218,6 script Ascetic#3aco 4W_M_02,{ } } } - diff --git a/npc/re/jobs/2e/kagerou_oboro.txt b/npc/re/jobs/2e/kagerou_oboro.txt index c9f639d67..b60dcc85b 100644 --- a/npc/re/jobs/2e/kagerou_oboro.txt +++ b/npc/re/jobs/2e/kagerou_oboro.txt @@ -1,17 +1,17 @@ -//===== Hercules Script ======================================= +//===== Hercules Script ====================================== //= Kagerou / Oboro Job Quest -//===== By: ================================================== +//===== By: ================================================== //= (1.0) Dastgir, M45T3R -//===== Current Version: ===================================== +//===== Current Version: ===================================== //= 1.1.1 //===== Description: ========================================= -//= [Official Conversion] +//= [Official Conversion] //= Job change Quest from Ninja -> Kagerou / Oboro. -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= 1.0.0 Initial Release. [Dastgir, M45T3R] //= 1.1.0 Structure Clean-Up. [Euphy] //= 1.1.1 Updated questlog commands. [Kisuka] -//============================================================ +//============================================================ // Starting the Quest //============================================================ diff --git a/npc/re/jobs/novice/novice.txt b/npc/re/jobs/novice/novice.txt index aa991e8c3..bc7bf572c 100644 --- a/npc/re/jobs/novice/novice.txt +++ b/npc/re/jobs/novice/novice.txt @@ -2267,7 +2267,7 @@ S_Warp: savepoint getarg(0),getarg(1),getarg(2); warp getarg(0),getarg(3),getarg(4); end; - + OnTouch: emotion e_gasp; end; |