diff options
author | Haru <haru@dotalux.com> | 2014-05-13 13:28:41 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-05-13 13:31:10 +0200 |
commit | 00d900104ff6f4b04ded3f83d30d04b779b5754b (patch) | |
tree | f4acb191a02bdaab06436f2e7c67be2fccdf2213 /npc/other | |
parent | ddc16a0da2c7ce270b60769c9df35a39f587e4d2 (diff) | |
download | hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.tar.gz hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.tar.bz2 hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.tar.xz hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.zip |
Fixed several files with a missing EOL at EOF
- All text files should end with an EOL. Period.
- See http://robots.thoughtbot.com/no-newline-at-end-of-file for info
on how to configure the most common text editors to do it
automatically for you.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/card_trader.txt | 2 | ||||
-rw-r--r-- | npc/other/comodo_gambling.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/card_trader.txt b/npc/other/card_trader.txt index 40484bbdd..8838bafb9 100644 --- a/npc/other/card_trader.txt +++ b/npc/other/card_trader.txt @@ -193,4 +193,4 @@ prontera,115,90,0 script Putty 4_F_01,{ break; } close; -}
\ No newline at end of file +} diff --git a/npc/other/comodo_gambling.txt b/npc/other/comodo_gambling.txt index f8048e23a..28a2e799d 100644 --- a/npc/other/comodo_gambling.txt +++ b/npc/other/comodo_gambling.txt @@ -572,4 +572,4 @@ mjolnir_02,85,362,3 script Blacksmith Miner 4_F_JOB_BLACKSMITH,{ mes "you at a cheap price."; close; } -}
\ No newline at end of file +} |