diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-28 16:47:19 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-28 16:47:19 +0000 |
commit | a69dd0853debc38b7e83e460fb94b21661dea9f8 (patch) | |
tree | 2e36587eccb302b9f12ae21d4230bdd73db9c231 /Changelog-Trunk.txt | |
parent | 229fb46f2c42aaf6a1977d122122af4b641b3819 (diff) | |
download | hercules-a69dd0853debc38b7e83e460fb94b21661dea9f8.tar.gz hercules-a69dd0853debc38b7e83e460fb94b21661dea9f8.tar.bz2 hercules-a69dd0853debc38b7e83e460fb94b21661dea9f8.tar.xz hercules-a69dd0853debc38b7e83e460fb94b21661dea9f8.zip |
- Changed the produce_db format, now there's a skill-lv column right after the skill-id column to specify required skill-level to craft this item.
- Modified the skill produce_db code to take into account the new skill-lv requirement.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8523 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 7f9dbc496..add8c75ae 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,11 @@ 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/08/28
+ * Changed the produce_db format, now there's a skill-lv column right after
+ the skill-id column to specify required skill-level to craft this item.
+ [Skotlex]
+ * Modified the skill produce_db code to take into account the new skill-lv
+ requirement. [Skotlex]
* Fixed exp bonuses applying twice for the job-exp [Skotlex]
* @reloadbattleconf will now also update the ragsrvinfo table on the
char-server. [Skotlex]
|