diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-01 14:32:13 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-01 14:32:13 +0000 |
commit | 6bd986c4d7ffdfed5197e0a3ddd5f0a9f0324946 (patch) | |
tree | a121f769716d5af814e8a8b7c714f7366e155ca6 /Changelog-Trunk.txt | |
parent | 9297c096f234e6568e22165cac6d8c11f0491b31 (diff) | |
download | hercules-6bd986c4d7ffdfed5197e0a3ddd5f0a9f0324946.tar.gz hercules-6bd986c4d7ffdfed5197e0a3ddd5f0a9f0324946.tar.bz2 hercules-6bd986c4d7ffdfed5197e0a3ddd5f0a9f0324946.tar.xz hercules-6bd986c4d7ffdfed5197e0a3ddd5f0a9f0324946.zip |
- SC_ORCISH will now be dispelled on logout (if debufF_on_logout is set)
- Removed attackrange/attackrange_ from TBL_PC, corrected clif.c using the incorrect range variable.
- You can now equip/unequip stuff while the storage is open.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6908 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e494dbc2c..e3129a3cb 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,12 @@ 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/06/01
+ * SC_ORCISH will now be dispelled on logout (if debufF_on_logout is set)
+ [Skotlex]
+ * Removed attackrange/attackrange_ from TBL_PC, corrected clif.c using the
+ incorrect range variable. [Skotlex]
+ * You can now equip/unequip stuff while the storage is open. [Skotlex]
2006/05/31
* Fixed Soul Drain not really giving you SP [Skotlex]
* [Fixed]:
|