diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-27 23:52:18 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-27 23:52:18 +0000 |
commit | e929a6637d97216fa3b9066765a1d4da04707b6a (patch) | |
tree | 7b3aebd89c21f10c51f952351dc71562f08aef4e /Changelog-Trunk.txt | |
parent | 4adb9de072ca4dfe82b735325635f1433bf24ce0 (diff) | |
download | hercules-e929a6637d97216fa3b9066765a1d4da04707b6a.tar.gz hercules-e929a6637d97216fa3b9066765a1d4da04707b6a.tar.bz2 hercules-e929a6637d97216fa3b9066765a1d4da04707b6a.tar.xz hercules-e929a6637d97216fa3b9066765a1d4da04707b6a.zip |
- Added config setting party_update_interval so you can specify how often the party-mate minidots should be updated (defaults to 1 sec).
- Removed a bunch of broken comments in skill.c
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7929 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 85963221f..594ddffe5 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,9 @@ 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/07/27
+ * Added config setting party_update_interval so you can specify how often
+ the party-mate minidots should be updated (defaults to 1 sec). [Skotlex]
+ * Removed a bunch of broken comments in skill.c [Skotlex]
* Synced the script.c file with as much data as possible from jA's:
[Skotlex]
- A lot of functions were moved around, a bunch of indentation and
|