diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-15 18:33:32 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-15 18:33:32 +0000 |
commit | 1197558778704f21e962aaadcae6c8d09dc7f9b5 (patch) | |
tree | f9200e3f1aff52c4c6cf20f2765658e699033e5d /Changelog-Trunk.txt | |
parent | 9f49994f8740db8b4c1a4b34f0c79ab95a4f6049 (diff) | |
download | hercules-1197558778704f21e962aaadcae6c8d09dc7f9b5.tar.gz hercules-1197558778704f21e962aaadcae6c8d09dc7f9b5.tar.bz2 hercules-1197558778704f21e962aaadcae6c8d09dc7f9b5.tar.xz hercules-1197558778704f21e962aaadcae6c8d09dc7f9b5.zip |
- Removed the hardcoded duration of 30seconds for sleep.
- Fixed rangecheck for pet skill usage of INF_SELF_SKILL
- Removed inall/exall from atcommand.conf since those two do not exist! (pointed out by Ancyker)
- @me now uses entry 270 in msg_athena as output format.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5615 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 02ea6ce18..e76768243 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,6 +5,12 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/15
+ * Removed the hardcoded duration of 30 seconds for sleep. [Skotlex]
+ * Fixed rangecheck for pet skill usage of INF_SELF_SKILL type of skills
+ [Skotlex]
+ * Removed inall/exall from atcommand.conf since those two do not exist!
+ (pointed out by Ancyker) [Skotlex]
+ * @me now uses entry 270 in msg_athena as output format. [Skotlex]
* gm_skill_unconditional setting now also overrides skill_partner_check
setting. [Skotlex]
* Emulated strtok_r functions to work strictly with ANSI compilers. [Lance]
|