diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-25 18:43:42 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-25 18:43:42 +0000 |
commit | 90d466716c46d8861d85dcf377981a412a2e2267 (patch) | |
tree | 3749cd1469afa5bd18fe86a854c4809f36ea7617 /Changelog-Trunk.txt | |
parent | 0524fc9b12a4ac2591aab4514e21c900f0a11e88 (diff) | |
download | hercules-90d466716c46d8861d85dcf377981a412a2e2267.tar.gz hercules-90d466716c46d8861d85dcf377981a412a2e2267.tar.bz2 hercules-90d466716c46d8861d85dcf377981a412a2e2267.tar.xz hercules-90d466716c46d8861d85dcf377981a412a2e2267.zip |
- Added Toms's perl scripts item_db.pl and mob_db.pl (they are in tools/), they convert the txt databases into sql.
- Usage: "script" < "input file" > "output file". eg: ./tools/item_db.pl < db/item_db.txt > sql-files/item_db.sql
- Updated the sql files since now it's easy :D
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7879 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 78ad0df2f..89de5f334 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,11 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2006/07/25
+ * Added Toms's perl scripts item_db.pl and mob_db.pl (they are in tools/),
+ they convert the txt databases into sql. [Skotlex]
+ - Usage: "script" < "input file" > "output file". eg: ./tools/item_db.pl < db/item_db.txt > sql-files/item_db.sql
+ * Updated the sql files since now it's quick [Skotlex]
2006/07/24
* Re-updated the mob_db.sql to latest. [Skotlex]
* Cleaned up the skill_landprotector function to correctly block only magic
|