summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-08 06:08:29 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-08 06:08:29 +0000
commit4f23ac6a3862cbf1b1cbd8bea240c9fdf9290937 (patch)
treef4e4422d5cb25f76dcf4dd3053ee13f057c5cae5 /db/Changelog.txt
parent2dadd8a880bdea8b94d69d83a1dd8b6569552ada (diff)
downloadhercules-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 'db/Changelog.txt')
-rw-r--r--db/Changelog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index 1842790b4..9a8f799a3 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -27,6 +27,12 @@
=========================
+04/07
+ * Modified the equip_job field in the item_db to be a hexadecimal value for
+ easier handling. [Skotlex]
+ * Modified/optimized the distribution of the values for jobs in the
+ job_equip field; added doc/item_db.txt to explain each of the fields in
+ db/item_db.txt as well as the possible values for them. [Skotlex]
04/06
* Added some Landarma's new items plugs [Lupus]
* Lowered min zeny amount that give Red Envelopes, thanks to kyoki [Lupus]