diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-30 16:02:55 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-30 16:02:55 +0000 |
commit | f17c3bc02c9e82147fb471132940e84d227ec4bc (patch) | |
tree | c7623d4aefa26cb8ae461b63c1efed99d8c99adf /npc/other/turbotrack | |
parent | fa2020be43ddc026460896a3bb8b1d0f425265b2 (diff) | |
download | hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.gz hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.bz2 hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.xz hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.zip |
- Removed trailing tabs, and fixed some spacing.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15524 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/turbotrack')
-rw-r--r-- | npc/other/turbotrack/Expert_16.txt | 2 | ||||
-rw-r--r-- | npc/other/turbotrack/Expert_4.txt | 2 | ||||
-rw-r--r-- | npc/other/turbotrack/Expert_8.txt | 2 | ||||
-rw-r--r-- | npc/other/turbotrack/Normal_16.txt | 2 | ||||
-rw-r--r-- | npc/other/turbotrack/Normal_4.txt | 2 | ||||
-rw-r--r-- | npc/other/turbotrack/Normal_8.txt | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/npc/other/turbotrack/Expert_16.txt b/npc/other/turbotrack/Expert_16.txt index f9d78b394..74e0d80c9 100644 --- a/npc/other/turbotrack/Expert_16.txt +++ b/npc/other/turbotrack/Expert_16.txt @@ -1484,5 +1484,5 @@ OnTouch: warp "turbo_e_16",218,228; else if (.@bing1 == 6) warp "turbo_e_16",220,195; - end; + end; } diff --git a/npc/other/turbotrack/Expert_4.txt b/npc/other/turbotrack/Expert_4.txt index 5091df596..a27309f22 100644 --- a/npc/other/turbotrack/Expert_4.txt +++ b/npc/other/turbotrack/Expert_4.txt @@ -1402,5 +1402,5 @@ OnTouch: warp "turbo_e_4",218,228; else if (.@bing1 == 6) warp "turbo_e_4",220,195; - end; + end; } diff --git a/npc/other/turbotrack/Expert_8.txt b/npc/other/turbotrack/Expert_8.txt index 46df00488..c3876911d 100644 --- a/npc/other/turbotrack/Expert_8.txt +++ b/npc/other/turbotrack/Expert_8.txt @@ -1406,5 +1406,5 @@ OnTouch: warp "turbo_e_8",218,228; else if (.@bing1 == 6) warp "turbo_e_8",220,195; - end; + end; } diff --git a/npc/other/turbotrack/Normal_16.txt b/npc/other/turbotrack/Normal_16.txt index e15b6347f..ff22a5ff5 100644 --- a/npc/other/turbotrack/Normal_16.txt +++ b/npc/other/turbotrack/Normal_16.txt @@ -1486,5 +1486,5 @@ OnTouch: warp "turbo_n_16",218,228; else if (.@bing1 == 6) warp "turbo_n_16",220,195; - end; + end; } diff --git a/npc/other/turbotrack/Normal_4.txt b/npc/other/turbotrack/Normal_4.txt index 0005e0fb7..4a9ac1db6 100644 --- a/npc/other/turbotrack/Normal_4.txt +++ b/npc/other/turbotrack/Normal_4.txt @@ -1402,5 +1402,5 @@ OnTouch: warp "turbo_n_4",218,228; else if (.@bing1 == 6) warp "turbo_n_4",220,195; - end; + end; } diff --git a/npc/other/turbotrack/Normal_8.txt b/npc/other/turbotrack/Normal_8.txt index d9204e152..b66434d3e 100644 --- a/npc/other/turbotrack/Normal_8.txt +++ b/npc/other/turbotrack/Normal_8.txt @@ -1407,5 +1407,5 @@ OnTouch: warp "turbo_n_8",218,228; else if (.@bing1 == 6) warp "turbo_n_8",220,195; - end; + end; } |