summaryrefslogtreecommitdiff
path: root/Dev/bugs.txt
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 /Dev/bugs.txt
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 'Dev/bugs.txt')
-rw-r--r--Dev/bugs.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Dev/bugs.txt b/Dev/bugs.txt
index 9e77f2aac..315ee103d 100644
--- a/Dev/bugs.txt
+++ b/Dev/bugs.txt
@@ -150,3 +150,8 @@ Progress: 0%
1002,1039,1 // makes a poring a big bapho
1002,1039,2 // makes a poring a small bapho
effect id or something
+
+Problem: The last line of NPC files isn't read, or is mis-handled
+Assigned: N/A
+Progress: 0%
+Note: An example of this would be to make the last line of your NPC you right curly bracket - the } - and then try to run the server with that NPC - the map server will whine about it. \ No newline at end of file