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 /Changelog-Trunk.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 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index adbca472b..9ab8b7f9f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/03/22 + * Corrected setitemscript not correctly updating the item's script. * Added define MAX_CHARS so you can easily mod the server to support a different amount of characters per account (however, there is still the issue of hexing the client to support this change) |