diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-01 23:14:57 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-01 23:14:57 +0000 |
commit | c9d2cea67128d714db85237ef2d062f07052c904 (patch) | |
tree | a36ea17abd871318148bdd479be554fa583756fc /Changelog-SVN.txt | |
parent | 2d6a0efbee3592cbee5df858da70f6652fda086e (diff) | |
download | hercules-c9d2cea67128d714db85237ef2d062f07052c904.tar.gz hercules-c9d2cea67128d714db85237ef2d062f07052c904.tar.bz2 hercules-c9d2cea67128d714db85237ef2d062f07052c904.tar.xz hercules-c9d2cea67128d714db85237ef2d062f07052c904.zip |
Fixed temp ban!!! Now players can enter the server if the ban time is over!
Fixed from ban messages N.
It was showing (your game client is old) instead of (you can't login till DATE)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1197 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-SVN.txt')
-rw-r--r-- | Changelog-SVN.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index b7497c9fd..8d778a8bc 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -1,5 +1,10 @@ Date Added +03/02 + + * SQL: Fixed temporary ban. Now banned players can enter the server when the ban time is over. [Lupus] + It wasn't working because STATE hasn't been cleared properly. + Also fixed wrong client messages (ban reasons: Banned by GM / Temp ban till DATE). 03/01 * Effects from dancer/bard skills will stay for 20 seconds after leaving the skill area [celest] |