diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-13 19:15:03 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-13 19:15:03 +0000 |
commit | e89f2a34a9dccf3146ecc22a3b570936fe4aab6a (patch) | |
tree | b56b80e0b73a428f15bd2845e3d69f795382e570 /Changelog-Trunk.txt | |
parent | 18282ae649b0c2d54deaba32132171cbf56a1868 (diff) | |
download | hercules-e89f2a34a9dccf3146ecc22a3b570936fe4aab6a.tar.gz hercules-e89f2a34a9dccf3146ecc22a3b570936fe4aab6a.tar.bz2 hercules-e89f2a34a9dccf3146ecc22a3b570936fe4aab6a.tar.xz hercules-e89f2a34a9dccf3146ecc22a3b570936fe4aab6a.zip |
- HP Conversion will fail when used at max SP. It should not display any errors to the client.
- Modified yet again the login procedure. The initial status_calc_pc is invoked when the variable registries arrive, but the initial LoadEndAck will not be parsed until the registries have arrived. In the rare case this happens, pc_reg_received will take care of invoking the LoadEndAck function itself.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9208 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 235846603..602e20361 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,11 @@ 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/11/13
+ * HP Conversion will fail when used at max SP. It should not display any
+ errors to the client. [Skotlex]
+ * Modified yet again the login procedure to enable character variables to
+ work on item scripts. It SHOULD work crashless now. Please report any
+ problems it may cause.
* Volcano/Deluge/Violent Gale are now interchangeable, in the sense that
as long as one of these is out, casting any of the three will not consume
gems, and will use the remaining time of the previous one. In turn, Land
|