diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-08 23:26:00 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-08 23:26:00 +0000 |
commit | 5eaad65d1b39258928f49f6dcd98a08800e01444 (patch) | |
tree | a761dd0c4f544dcfa07bdac250deab3abfad6a28 /Changelog-Trunk.txt | |
parent | 655384295651f8611b0caa2022cbceac073c1b4d (diff) | |
download | hercules-5eaad65d1b39258928f49f6dcd98a08800e01444.tar.gz hercules-5eaad65d1b39258928f49f6dcd98a08800e01444.tar.bz2 hercules-5eaad65d1b39258928f49f6dcd98a08800e01444.tar.xz hercules-5eaad65d1b39258928f49f6dcd98a08800e01444.zip |
- Added code for SQL that will automatically detect the ping interval at startup, and copy-pasted it around the code
- Removed the conf setting as it is not needed anymore
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9830 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 fa0c353ea..2b682ac7e 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -8,6 +8,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. idling on the ground waiting for a new target. * Cleaned up some the rude-attacked code, being attacked while under spider web now triggers rude-attacked. [Skotlex] + * Added code for SQL that will automatically detect the ping interval + at startup, and copy-pasted it around the code; removed the conf setting * Added a missing null pointer check in clif_parse_globalmessage * Fixed the new socket code, which was triggering the inactivity timeout on the servers' listening sockets |