diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-13 18:58:14 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-13 18:58:14 +0000 |
commit | 44ade8dfd6c775c9c2c0e47f049e2b99807ed3c1 (patch) | |
tree | 8e45d475ad540ecfa2fc4591213c477e9bacbf68 /Changelog-Trunk.txt | |
parent | 7751fc21990d18f215dff82669a470b7c3660b11 (diff) | |
download | hercules-44ade8dfd6c775c9c2c0e47f049e2b99807ed3c1.tar.gz hercules-44ade8dfd6c775c9c2c0e47f049e2b99807ed3c1.tar.bz2 hercules-44ade8dfd6c775c9c2c0e47f049e2b99807ed3c1.tar.xz hercules-44ade8dfd6c775c9c2c0e47f049e2b99807ed3c1.zip |
- Made Land Protector Block Hammerfall.
- More signed/unsigned comparison fixes.
- Added dummy_item variable to itemdb. It will be used on all itemdb_searches that do not yield a valid item from the db.
- Added itemdb_load, which is the one used for item_db loading (if the item does not exists, it'll be created)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5270 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index d9cdb7850..bce04dfae 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,10 @@ 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/02/13
+ * Made Land Protector Block Hammerfall. [Skotlex]
+ * Updated item_db code to stop creating items for every non-existant ID
+ used. Instead it will complain, and use a dummy item that has the view ID
+ of an apple, and it's type 3 (etc item). [Skotlex]
* Modified PA_GOSPEL so that the random damage attack becomes a BF_MISC
attack. [Skotlex]
* Added pc_resetskill when lowering job level and there's not enough
|