summaryrefslogtreecommitdiff
path: root/Changelog-Renewal.txt
diff options
context:
space:
mode:
authorParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-10 03:55:52 +0000
committerParadox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-10 03:55:52 +0000
commit84cdcd0f78c162511734466e1d1a37078ee1a786 (patch)
tree97b309e74a2e894856d38ab5a7b10dfd90fa717e /Changelog-Renewal.txt
parentc85c24d3aa737236c15c4690b3b43d860567eac7 (diff)
downloadhercules-84cdcd0f78c162511734466e1d1a37078ee1a786.tar.gz
hercules-84cdcd0f78c162511734466e1d1a37078ee1a786.tar.bz2
hercules-84cdcd0f78c162511734466e1d1a37078ee1a786.tar.xz
hercules-84cdcd0f78c162511734466e1d1a37078ee1a786.zip
Use packet 0xe7 instead of 0x1f5 within clif_tradestart() when there is no trade_partner (or an invalid one) specified even for PACKETVER >= 6. (bugreport:4544)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14454 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Renewal.txt')
-rw-r--r--Changelog-Renewal.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Renewal.txt b/Changelog-Renewal.txt
index 43e4fce54..116b45980 100644
--- a/Changelog-Renewal.txt
+++ b/Changelog-Renewal.txt
@@ -1,6 +1,7 @@
Date Added
2010/11/09
+ * Use packet 0xe7 instead of 0x1f5 within clif_tradestart() when there is no trade_partner (or an invalid one) specified even for PACKETVER >= 6. (bugreport:4544) [Paradox924X]
* Follow-up to r14368. Load last_map from SQL on char load so the information is available during char select for PACKETVER > 20100721. Patch based on Ai4rei's. (bugreport:4429) [Paradox924X]
2010/11/08
* Notify players involved in a trade that it has been canceled when one player changes maps/logs out or otherwise becomes unable to participate in the trade. [Paradox924X]