diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-01-26 11:52:44 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-01-26 11:52:44 +0000 |
commit | d40a402849595e51aff219b74c323008467ce67e (patch) | |
tree | 484faa0358960c5d8bd83ecfacee05d74755f140 /Changelog-Trunk.txt | |
parent | b584cf93cf84b7e6a69b2af21410502835689ab7 (diff) | |
download | hercules-d40a402849595e51aff219b74c323008467ce67e.tar.gz hercules-d40a402849595e51aff219b74c323008467ce67e.tar.bz2 hercules-d40a402849595e51aff219b74c323008467ce67e.tar.xz hercules-d40a402849595e51aff219b74c323008467ce67e.zip |
* Fixed buyers, that are currently in a vending shop could be fooled into buying an item at different price than they see by reopening the vending shop (bugreport:4728).
- This implements the official vending shop unique id handling (previously mistaken for char id), made compatible with packets before it's introduction (follow up to r14234).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14682 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 66cfbbc01..71789519c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,8 @@ Date Added +2011/01/26 + * Fixed buyers, that are currently in a vending shop could be fooled into buying an item at different price than they see by reopening the vending shop (bugreport:4728). [Ai4rei] + - This implements the official vending shop unique id handling (previously mistaken for char id), made compatible with packets before it's introduction (follow up to r14234). 2011/01/24 * Added documentation for undocumented bonuses (bugreport:4727, follow up to r302, r354, r485, r699, r928, r1116, r6221, r7982, r10031, r13596 and r14018). [Ai4rei] 2011/01/23 |