diff options
author | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-21 21:52:17 +0000 |
---|---|---|
committer | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-21 21:52:17 +0000 |
commit | 7a319489033974b9754c8e3b71e378fbb87444d8 (patch) | |
tree | 46e729fab28dbfab667626c7e6fa88f9f468ef6b /npc/events | |
parent | 29694be218731b19019c5b6db42d0480fb927820 (diff) | |
download | hercules-7a319489033974b9754c8e3b71e378fbb87444d8.tar.gz hercules-7a319489033974b9754c8e3b71e378fbb87444d8.tar.bz2 hercules-7a319489033974b9754c8e3b71e378fbb87444d8.tar.xz hercules-7a319489033974b9754c8e3b71e378fbb87444d8.zip |
* Fixed a few NPCs that were giving curly errors. It seems to be caused by a bug that the NPCs' last line isn't read or something [Codemaster]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@712 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events')
-rw-r--r-- | npc/events/custom/draculax.txt | 2 | ||||
-rw-r--r-- | npc/events/custom/uneasy_cemetery.txt | 2 | ||||
-rw-r--r-- | npc/events/twintowers.txt | 2 | ||||
-rw-r--r-- | npc/events/valentinesday.txt | 2 | ||||
-rw-r--r-- | npc/events/xmas.txt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/npc/events/custom/draculax.txt b/npc/events/custom/draculax.txt index 907580554..b47e29972 100644 --- a/npc/events/custom/draculax.txt +++ b/npc/events/custom/draculax.txt @@ -127,4 +127,4 @@ OnTimer11000: stopnpctimer; disablenpc "Dracula_Event"; Break; -}
\ No newline at end of file +} diff --git a/npc/events/custom/uneasy_cemetery.txt b/npc/events/custom/uneasy_cemetery.txt index 13300b828..f9e9fe5d9 100644 --- a/npc/events/custom/uneasy_cemetery.txt +++ b/npc/events/custom/uneasy_cemetery.txt @@ -132,4 +132,4 @@ M_DONT_HAVE: mes "The old cemetery is going out of control soon..."; mes "Please, in the name of Odin, help Prontera city."; close; -}
\ No newline at end of file +} diff --git a/npc/events/twintowers.txt b/npc/events/twintowers.txt index 5b7db213a..6e79add1c 100644 --- a/npc/events/twintowers.txt +++ b/npc/events/twintowers.txt @@ -90,4 +90,4 @@ izlude.gat,134,92,4 duplicate(Twin-Towers) Twin Towers#tt4 812 alberta.gat,25,238,4 duplicate(Twin-Towers) Twin Towers#tt5 812 geffen.gat,120,60,4 duplicate(Twin-Towers) Twin Towers#tt6 812 aldebaran.gat,145,118,4 duplicate(Twin-Towers) Twin Towers#tt7 812 -comodo.gat,194,158,4 duplicate(Twin-Towers) Twin Towers#tt7 812
\ No newline at end of file +comodo.gat,194,158,4 duplicate(Twin-Towers) Twin Towers#tt7 812 diff --git a/npc/events/valentinesday.txt b/npc/events/valentinesday.txt index d9669ca94..a44f2ddca 100644 --- a/npc/events/valentinesday.txt +++ b/npc/events/valentinesday.txt @@ -269,4 +269,4 @@ LStartMan: mes "このシャルル=オルレアンを煩わせる"; mes "なんて。オゥ〜、ノンノンノン。"; close; -}
\ No newline at end of file +} diff --git a/npc/events/xmas.txt b/npc/events/xmas.txt index 83976457d..fb445dac8 100644 --- a/npc/events/xmas.txt +++ b/npc/events/xmas.txt @@ -261,4 +261,4 @@ cmd_fild08.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 cmd_fild09.gat,0,0,0,0 monster Antonio 1247,1,0,0,0 gef_dun01.gat,0,0,0,0 monster Xmas Jakk 1244,5,0,0,0 -gefenia02.gat,0,0,0,0 monster Xmas Jakk 1244,5,0,0,0
\ No newline at end of file +gefenia02.gat,0,0,0,0 monster Xmas Jakk 1244,5,0,0,0 |