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/jobs/2-1/knight.txt | |
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/jobs/2-1/knight.txt')
-rw-r--r-- | npc/jobs/2-1/knight.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-1/knight.txt b/npc/jobs/2-1/knight.txt index 8335316a7..a316be98f 100644 --- a/npc/jobs/2-1/knight.txt +++ b/npc/jobs/2-1/knight.txt @@ -1855,4 +1855,4 @@ M_Menu: M_End: close; -}
\ No newline at end of file +} |