diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-13 22:27:30 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-13 22:27:30 +0000 |
commit | c94beabfdf8931a577823fa6350829fdb55addc0 (patch) | |
tree | 1db370e5e0cc0588ef08f148a896a3c461a125d6 /Changelog-Trunk.txt | |
parent | bf4b65be0723d75e3ef4a90bb6372dad4e614255 (diff) | |
download | hercules-c94beabfdf8931a577823fa6350829fdb55addc0.tar.gz hercules-c94beabfdf8931a577823fa6350829fdb55addc0.tar.bz2 hercules-c94beabfdf8931a577823fa6350829fdb55addc0.tar.xz hercules-c94beabfdf8931a577823fa6350829fdb55addc0.zip |
- Applied Rayce's dangling pointer fix when returning a temporary npc string variable (those starting with .@)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9864 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 2db766703..519e3036b 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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/02/13 + * Applied Rayce's dangling pointer fix when returning a temporary npc + string variable (those starting with .@) * Required Weapon, ammo, and skill state are now only checked on begin casting, instead of both on begin and end casting. 2007/02/12 |