diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-25 03:20:32 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-25 03:20:32 +0000 |
commit | 32c467ffa83198173d5f818900a3cb2449385709 (patch) | |
tree | a60bfea39816664949792c248aacf1e4f7d9d089 /Changelog-Trunk.txt | |
parent | 87f869a7b32d02b16e89f7abb6f202653fcf70e6 (diff) | |
download | hercules-32c467ffa83198173d5f818900a3cb2449385709.tar.gz hercules-32c467ffa83198173d5f818900a3cb2449385709.tar.bz2 hercules-32c467ffa83198173d5f818900a3cb2449385709.tar.xz hercules-32c467ffa83198173d5f818900a3cb2449385709.zip |
- Simplified npc_gettimerevent_tick so that it should return a tick value even after the last ontimer label has been reached.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6264 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index cfbc68a38..eb6b64981 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,8 @@ 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.
2006/04/24
+ * Simplified npc_gettimerevent_tick so that it should return a tick value
+ even after the last ontimer label has been reached. [Skotlex]
* All GMs will be sent to the char server through packet 0x2aff now.
(previously hidden gms were not sent to the char-server as online) [Skotlex]
* Made mob_searchname compare versus sprite, name and jname now. [Skotlex]
|