diff options
author | blackhole89 <blackhole89@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-09 20:26:45 +0000 |
---|---|---|
committer | blackhole89 <blackhole89@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-09 20:26:45 +0000 |
commit | b45baa6bfcd406e8344e4337c6f9c44e55287ccb (patch) | |
tree | 40bdfb18ec1af6b708f27d5d435c9d5dbf83f5e3 /Changelog-Trunk.txt | |
parent | b84f8eb92e9a6d93e34dc4a6b8127f92998b36f1 (diff) | |
download | hercules-b45baa6bfcd406e8344e4337c6f9c44e55287ccb.tar.gz hercules-b45baa6bfcd406e8344e4337c6f9c44e55287ccb.tar.bz2 hercules-b45baa6bfcd406e8344e4337c6f9c44e55287ccb.tar.xz hercules-b45baa6bfcd406e8344e4337c6f9c44e55287ccb.zip |
only the first 22 CSVs were read in, but MAX_WEAPON_TYPE+5 was 27 -> uninitialized array indices got atoi'd
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5539 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 3a2d3fe72..5914be5c1 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/09
+ * Fixed a critical bug in job_db1.txt reading in status_readdb. [blackhole89]
* Fixed pc_damage_sp not properly substracting SP. [Skotlex]
* Made Magic Crasher a BF_WEAPON attack. [Skotlex]
* Made skill_unit_range a per-level setting. meteor and Lov now have their
|