diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 14:39:38 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-03 14:39:38 +0000 |
commit | cb1d2d92afbf8d9ebec4c9290a180835ad5dae78 (patch) | |
tree | 0a25e15fd6687a6f99764e794a49e97c04524cba /Changelog-Trunk.txt | |
parent | 4d34cd6ca7f80bf298c9837b27d1b5cc7d294098 (diff) | |
download | hercules-cb1d2d92afbf8d9ebec4c9290a180835ad5dae78.tar.gz hercules-cb1d2d92afbf8d9ebec4c9290a180835ad5dae78.tar.bz2 hercules-cb1d2d92afbf8d9ebec4c9290a180835ad5dae78.tar.xz hercules-cb1d2d92afbf8d9ebec4c9290a180835ad5dae78.zip |
- Cleaned up the last NJ update code.
- Added @ command `charspeed`
- Fixed @jailfor using MAP_PRONTERA as jail instead of MAP_JAIL
- Removed case for GS_SPREADATTACK on damage packets to see if the skill displays correctly now.
- Corrected Deluge/Volcano/V. Gale overlaps so that the placing tiles are removed, NOT the ones who were already placed.
- Made SC_SPEEDUP0 and SC_SPEEDUP1 use different icon IDs, to fix icon-confusion when both are enabled at a time.
- Mob rude-attacked count is not reset now on picking a new char (gotta investigate this further)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8096 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9139dce6e..cc3312c81 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,17 @@ 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/08/03
+ * Cleaned up the last NJ update code. [Skotlex]
+ * Added @ command `charspeed` [Skotlex]
+ * Fixed @jailfor using MAP_PRONTERA as jail instead of MAP_JAIL [Skotlex]
+ * Removed case for GS_SPREADATTACK on damage packets to see if the skill
+ displays correctly now. [Skotlex]
+ * Corrected Deluge/Volcano/V. Gale overlaps so that the placing tiles are
+ removed, NOT the ones who were already placed. [Skotlex]
+ * Made SC_SPEEDUP0 and SC_SPEEDUP1 use different icon IDs, to fix
+ icon-confusion when both are enabled at a time. [Skotlex]
+ * Mob rude-attacked count is not reset now on picking a new char (gotta
+ investigate this further) [Skotlex]
* Changed atoi to strtoul for guild-experience's field [Toms]
* Fixed a bug in int_storage.c, temp array doesn't have the good size [Toms]
2006/08/02
|