diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-08 10:23:24 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-08 10:23:24 +0000 |
commit | f29359fcf2aa39215fa25d296b657fc4bc88f834 (patch) | |
tree | c963dfaa831707f0839f220f964712041192092c /Changelog-Trunk.txt | |
parent | e02735add93bb769c7911976eecac42544f33736 (diff) | |
download | hercules-f29359fcf2aa39215fa25d296b657fc4bc88f834.tar.gz hercules-f29359fcf2aa39215fa25d296b657fc4bc88f834.tar.bz2 hercules-f29359fcf2aa39215fa25d296b657fc4bc88f834.tar.xz hercules-f29359fcf2aa39215fa25d296b657fc4bc88f834.zip |
Fixed wrong message in item group loading code (bugreport:936)
Fixed 'charisalpha' not working for the first char (bugreport:940)
Disabled signed/unsigned warnings for visual studio 2005
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12186 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9f6ccf9b8..361c58a9d 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,10 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2008/02/08 + * Fixed wrong message in item group loading code (bugreport:936) + * Fixed 'charisalpha' not working for the first char (bugreport:940) + * Disabled signed/unsigned warnings for visual studio 2005 [ultramage] 2008/02/07 * Fixed the disguise commands using the wrong variable when attempting to disguise as an npc. |