diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-24 23:31:14 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-24 23:31:14 +0000 |
commit | c4b3fec1c9f33f607f9c07d4a65dbdd96c995e8d (patch) | |
tree | 64a8ae2418b090e0730bb3800820d2e405970827 /Changelog-Trunk.txt | |
parent | 7247e02433c4257eec62c43e7e478c7eb3776b1d (diff) | |
download | hercules-c4b3fec1c9f33f607f9c07d4a65dbdd96c995e8d.tar.gz hercules-c4b3fec1c9f33f607f9c07d4a65dbdd96c995e8d.tar.bz2 hercules-c4b3fec1c9f33f607f9c07d4a65dbdd96c995e8d.tar.xz hercules-c4b3fec1c9f33f607f9c07d4a65dbdd96c995e8d.zip |
* Fixed calls to pc_delautobonus assuming map_session_data::autobonus2 and map_session_data::autobonus3 arrays having the same size as map_session_data::autobonus (since r13915).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14497 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 281d60e7b..69f2d4ca4 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -2,6 +2,7 @@ Date Added 2010/11/24 * Fixed pets with player sprites causing the client to crash while looking for non-existing resources (topic:260895, follow up to r14488). [Ai4rei] + * Fixed calls to pc_delautobonus assuming map_session_data::autobonus2 and map_session_data::autobonus3 arrays having the same size as map_session_data::autobonus (since r13915). [Ai4rei] 2010/11/23 * Added script command pushpc, which is required by newer scripts. [Ai4rei] - Moved knockback-part of skill_blown into unit_blown, to allow unconditional knockback required by pushpc without copy-pasting code. |