diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-19 21:13:00 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-19 21:13:00 +0000 |
commit | c071261e8ac92dff5f47969386da189407c8346d (patch) | |
tree | 07ae19a5d282891656a0df4c5f2ec63318dc902e /Changelog-Trunk.txt | |
parent | 9597a0e6b9d232ae73acf3a3f6c9e93953188659 (diff) | |
download | hercules-c071261e8ac92dff5f47969386da189407c8346d.tar.gz hercules-c071261e8ac92dff5f47969386da189407c8346d.tar.bz2 hercules-c071261e8ac92dff5f47969386da189407c8346d.tar.xz hercules-c071261e8ac92dff5f47969386da189407c8346d.zip |
- Added sd->canuseitem_tick = tick to the pc_authok initializer data. Fixes items not being usable under some circumstances.
- Removed the empty ack packets from pc_useitem, it is now invoked from clif.c when the function to use items fails.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5329 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 4793f6492..9a2740376 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,8 @@ 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/19
+ * Some fixes to the last item usage tick. Items should be working fine now.
+ [Skotlex]
* Fixed parsing of @kamic/@kamib to check for case. [Skotlex]
* Now you can hide from Pressure. [Skotlex]
* Weapon endowing will work on targets already endowed with the same
|