summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-05 02:40:40 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-05 02:40:40 +0000
commite016f73d67d8da12fcc52b95a8c0f4b7ed752928 (patch)
treeb5fbcb5026594aeac21fdaafe79871ef182ec9d2 /Changelog-Trunk.txt
parent9df96583c94c76bc3fd4727c6ccada2fb27d9370 (diff)
downloadhercules-e016f73d67d8da12fcc52b95a8c0f4b7ed752928.tar.gz
hercules-e016f73d67d8da12fcc52b95a8c0f4b7ed752928.tar.bz2
hercules-e016f73d67d8da12fcc52b95a8c0f4b7ed752928.tar.xz
hercules-e016f73d67d8da12fcc52b95a8c0f4b7ed752928.zip
- Fixed a compile warning.
- Added a commented piece of code in clif_parse_LoadEndAck which will update your direction to wherever you were facing before warping. Should this be the default? Nearby people DO see you facing on the same direction before warping, it's only yourself that will always see you facing north on spawn. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8143 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index e44dac3c3..5e8e1a59c 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,12 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2006/08/04
+ * Added a commented piece of code at the end of clif_parse_LoadEndAck which
+ will update your direction to wherever you were facing before warping.
+ Should this be the default? Nearby people DO see you facing on the same
+ direction before warping, it's only your client that will always see you
+ facing north on spawn (the spawn packet does contain direction
+ information). [Skotlex]
* Updated @mobinfo to display slots in the drop information. [Skotlex]
* Fixed flag.elefix not being respected in battle_calc_misc_damage.
[Skotlex]