diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-21 21:13:47 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-21 21:13:47 +0000 |
commit | 2497231d154686820451009c252fd9fc7ed4b808 (patch) | |
tree | 50fb4d9d31123fa273865013f24e9522b4a829e7 /conf-tmpl/Changelog.txt | |
parent | 6c6cfb325ea28e5bf8d137e057eb0716b0b8a4d0 (diff) | |
download | hercules-2497231d154686820451009c252fd9fc7ed4b808.tar.gz hercules-2497231d154686820451009c252fd9fc7ed4b808.tar.bz2 hercules-2497231d154686820451009c252fd9fc7ed4b808.tar.xz hercules-2497231d154686820451009c252fd9fc7ed4b808.zip |
- Corrected setitemscript so it actually changes the script as requested instead of causing dangling pointers.
- Cleaned up unitattack
- Made packet_ver_flag's description use hexadecimal values for the packet versions, and changed the default to 0xFFFF.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10047 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/Changelog.txt')
-rw-r--r-- | conf-tmpl/Changelog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index 8d3252dd9..af2d5c8e8 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,8 @@ Date Added +2007/03/22 + * Made packet_ver_flag's description use hexadecimal values for the packet + versions, and changed the default to 0xFFFF. [Skotlex] 2007/03/19 * Removed the 'charsave_method' setting from inter_athena.conf 2007/03/17 |