diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-08 00:21:13 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-08 00:21:13 +0000 |
commit | 95efe6677eb650ca8d158d6596c52c2028a02f51 (patch) | |
tree | d69657931eaec70fb40d68f66cdfe1fd2495dcf9 /Changelog-Trunk.txt | |
parent | a3a95f6d2dd67cb09a08d2d633cfcf77f6349715 (diff) | |
download | hercules-95efe6677eb650ca8d158d6596c52c2028a02f51.tar.gz hercules-95efe6677eb650ca8d158d6596c52c2028a02f51.tar.bz2 hercules-95efe6677eb650ca8d158d6596c52c2028a02f51.tar.xz hercules-95efe6677eb650ca8d158d6596c52c2028a02f51.zip |
- Fixed Sense using mdef instead of mdef2
- Fixed item-skills not showing up on login.
- Cleaned up clif_parseLoadEndAck, by testing which packets are required only on first-login and which ones are required on all map-changes. Skill-tree, Exp, Skill Points and most of the basic status are no longer sent on map-change (items, carts, zeny still need to be sent one very map-change).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7042 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 3c7b14ed0..5cc1d84c2 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,13 @@ 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/06/07
+ * Fixed Sense using mdef instead of mdef2 [Skotlex]
+ * Fixed item-skills not showing up on login. [Skotlex]
+ * Cleaned up clif_parseLoadEndAck, by testing which packets are required
+ only on first-login and which ones are required on all map-changes.
+ Skill-tree, Exp, Skill Points and most of the basic status are no longer
+ sent on map-change (items, cart data and zeny still need to be sent one
+ very map-change). [Skotlex]
* Fixed the mob state not being set to Berserk/Angry correctly after the
mob reaches the target's location. [Skotlex]
* Added config setting mob_npc_warp, when set to yes, enables mobs to be
|