diff options
author | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-21 21:09:38 +0000 |
---|---|---|
committer | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-21 21:09:38 +0000 |
commit | 29694be218731b19019c5b6db42d0480fb927820 (patch) | |
tree | 9ba854f2748fbb1ad456d05e9945bf00241c947e | |
parent | acfebb54153acf669ec18822db76c5db8649cb2b (diff) | |
download | hercules-29694be218731b19019c5b6db42d0480fb927820.tar.gz hercules-29694be218731b19019c5b6db42d0480fb927820.tar.bz2 hercules-29694be218731b19019c5b6db42d0480fb927820.tar.xz hercules-29694be218731b19019c5b6db42d0480fb927820.zip |
* Fixed a tiny compile warning in npc.c [Codemaster]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@711 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index f29f57655..e1dd631d5 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,6 @@ Date Added 12/21 + * Fixed a tiny compile warning in npc.c [Codemaster] * 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 |