diff options
author | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-21 21:03:50 +0000 |
---|---|---|
committer | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-21 21:03:50 +0000 |
commit | 6187e0b109ca6947fb247245a2290b8339011fcd (patch) | |
tree | be480ff39bde8890d36f726f1ac44ba5d5fd4241 /Changelog.txt | |
parent | 39e8b5c44689ba92303be9b36a30d0ad08ddde45 (diff) | |
download | hercules-6187e0b109ca6947fb247245a2290b8339011fcd.tar.gz hercules-6187e0b109ca6947fb247245a2290b8339011fcd.tar.bz2 hercules-6187e0b109ca6947fb247245a2290b8339011fcd.tar.xz hercules-6187e0b109ca6947fb247245a2290b8339011fcd.zip |
* Allowed the NPCs without proper curly brackets to still load, but give an error still [Codemaster]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@709 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index 6dc3c65b3..f29f57655 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,6 @@ Date Added 12/21 + * Allowed the NPCs without proper curly brackets to still load, but give an error still [Codemaster] * Added variable 'current_file' which tells the filename of the script while loading npcs [MC Cameri] -the variable its set in do_init_npc() or something like that, so you can only access it after the use of do_init_npc(). |