summaryrefslogtreecommitdiff
path: root/npc/events/custom
diff options
context:
space:
mode:
authorcodemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-21 21:52:17 +0000
committercodemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-21 21:52:17 +0000
commit7a319489033974b9754c8e3b71e378fbb87444d8 (patch)
tree46e729fab28dbfab667626c7e6fa88f9f468ef6b /npc/events/custom
parent29694be218731b19019c5b6db42d0480fb927820 (diff)
downloadhercules-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/custom')
-rw-r--r--npc/events/custom/draculax.txt2
-rw-r--r--npc/events/custom/uneasy_cemetery.txt2
2 files changed, 2 insertions, 2 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
+}