diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-08 06:08:29 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-08 06:08:29 +0000 |
commit | 4f23ac6a3862cbf1b1cbd8bea240c9fdf9290937 (patch) | |
tree | f4e4422d5cb25f76dcf4dd3053ee13f057c5cae5 /Changelog-Trunk.txt | |
parent | 2dadd8a880bdea8b94d69d83a1dd8b6569552ada (diff) | |
download | hercules-4f23ac6a3862cbf1b1cbd8bea240c9fdf9290937.tar.gz hercules-4f23ac6a3862cbf1b1cbd8bea240c9fdf9290937.tar.bz2 hercules-4f23ac6a3862cbf1b1cbd8bea240c9fdf9290937.tar.xz hercules-4f23ac6a3862cbf1b1cbd8bea240c9fdf9290937.zip |
- Modified the equip_job field in the item_db to be a hexadecimal value for easier handling.
- Updated item_db.sql to this new file format (even though it's equip_jobs field is still a integer)
- Added upgrade_svn5951.sql for those who would like to convert their existing items.
- Added doc/item_db.txt to explain each of the fields in db/item_db.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5951 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 5fea3d58d..472c61a40 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,14 @@ 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.
2006/04/07
+ * The map-server can now read the equip_job column of the item_db as both
+ decimal and hexadecimal values. [Skotlex]
+ * Updated item_db.sql current item_db.txt [Skotlex]
+ * Added upgrade_svn5951.sql for those who would like to convert their
+ existing items. (it converts the equip_jobs fields to the new values used)
+ - See db/Changelog for further info regarding the equip_job fields change.
+ [Skotlex]
+2006/04/07
* Moved the Fusion HP penalty to battle_calc_weapon_attack [Skotlex]
* Some cleaning to use battle_heal/damage rather than pc_heal/damage where
appropiate. [Skotlex]
|