summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-28 16:24:39 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-28 16:24:39 +0000
commitb31f1a4805c6119e7463f1cb8dd5933b7d68e101 (patch)
tree9986317db69f798fec96c6483e77e2fb5d6375a3 /Changelog-Trunk.txt
parenta30098328dd23029f3385d8e8f74bac626850dbe (diff)
downloadhercules-b31f1a4805c6119e7463f1cb8dd5933b7d68e101.tar.gz
hercules-b31f1a4805c6119e7463f1cb8dd5933b7d68e101.tar.bz2
hercules-b31f1a4805c6119e7463f1cb8dd5933b7d68e101.tar.xz
hercules-b31f1a4805c6119e7463f1cb8dd5933b7d68e101.zip
- Fixed the definition of warpwaitingpc so that it allows an optional argument (number of people to warp).
- Modified the Palm Strike packet so the initial hit animation does not displays "Miss". git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9935 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 02a6d619b..ab859ec1b 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,10 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2007/03/01
+ * Fixed the definition of warpwaitingpc so that it allows an optional
+ argument (number of people to warp).
+ * Modified the Palm Strike packet so the initial hit animation does not
+ displays "Miss".
* Added a check to prevent trades from being commited if either character
is in final-save state.
* Checked and cleaned up the online_check code in the char-server. Further