diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-09-17 12:44:33 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-09-17 12:44:33 +0000 |
commit | 2c1b05e983bc4b1ee565c375c71db8f5a8f19b9c (patch) | |
tree | 718eca2778c4371f4b4e6d32c64b75efaa1eb00b /Changelog-Trunk.txt | |
parent | a3b5d7d0f3e6724836b411183fa8f7fd0bc5bf8e (diff) | |
download | hercules-2c1b05e983bc4b1ee565c375c71db8f5a8f19b9c.tar.gz hercules-2c1b05e983bc4b1ee565c375c71db8f5a8f19b9c.tar.bz2 hercules-2c1b05e983bc4b1ee565c375c71db8f5a8f19b9c.tar.xz hercules-2c1b05e983bc4b1ee565c375c71db8f5a8f19b9c.zip |
* Rental items no longer expire in cart and storage. The packet does not support this and rentals cannot be put in on official either (since r14082, related r14083).
- Corrected packet 0x299 (ZC_CASH_ITEM_DELETE) missing inventory index field (since r13370).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14958 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 864dc4119..949d95cfb 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,7 +1,9 @@ Date Added 2011/09/17 - * Fixed missing edits for cash shop support for clients 2007-07-10aSakexe and older (follow up to r14932). + * Rental items no longer expire in cart and storage. The packet does not support this and rentals cannot be put in on official either (since r14082, related r14083). [Ai4rei] + - Corrected packet 0x299 (ZC_CASH_ITEM_DELETE) missing inventory index field (since r13370). + * Fixed missing edits for cash shop support for clients 2007-07-10aSakexe and older (follow up to r14932). [Ai4rei] 2011/09/08 * Fix C++ compilation issues. [FlavioJS] 2011/09/05 |