diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-24 17:38:17 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-24 17:38:17 +0000 |
commit | 4bf5fc03a70033962b6f0703780898c97eadf6ec (patch) | |
tree | 859d87f92c5a63e325abaf8d161910d65e803726 /Changelog-Trunk.txt | |
parent | bbc69c87b96710a51b19b94aee1cedbb0f555336 (diff) | |
download | hercules-4bf5fc03a70033962b6f0703780898c97eadf6ec.tar.gz hercules-4bf5fc03a70033962b6f0703780898c97eadf6ec.tar.bz2 hercules-4bf5fc03a70033962b6f0703780898c97eadf6ec.tar.xz hercules-4bf5fc03a70033962b6f0703780898c97eadf6ec.zip |
* Changed all uses of struct skill_unit_group* to group_id in status_change_entry's. (last known 64bit portability issue)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13482 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index da42dc784..c4e8905b0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ 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. +2009/01/24 + * Changed all uses of struct skill_unit_group* to group_id in status_change_entry's. [FlavioJS] 2009/01/23 * Changed npc_get_new_npc_id to ensure that it never returns invalid/used ids. [FlavioJS] - npc_get_new_npc_id is used to generate ids for npcs/mobs/homunculus/mercenaries/pets. |