diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-16 07:48:53 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-16 07:48:53 +0000 |
commit | 226d526a49322d1fa755645801254703dfd90476 (patch) | |
tree | b616c8aec2c30bc90d771953838c566ba5daad62 /doc | |
parent | 1e560981e0c0dfff9cc0ae4c8cb3eb7e59438745 (diff) | |
download | hercules-226d526a49322d1fa755645801254703dfd90476.tar.gz hercules-226d526a49322d1fa755645801254703dfd90476.tar.bz2 hercules-226d526a49322d1fa755645801254703dfd90476.tar.xz hercules-226d526a49322d1fa755645801254703dfd90476.zip |
Fixed an issue in r12575 where 'not setting char offline when going from mapserver to charserver' also caused a permanent account lockout if the player pressed 'cancel' in the char select screen.
Merged some recent changes from SQL to TXT, as someone didn't bother to do it.
Ifdefed the quest data request code as SQL-only (this was causing server disconnects whenver someone logged in).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12606 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/effect_list.txt | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/doc/effect_list.txt b/doc/effect_list.txt index 112641fd2..275f30756 100644 --- a/doc/effect_list.txt +++ b/doc/effect_list.txt @@ -3,15 +3,16 @@ //===== By ================================================ //= Valaris, Spira, Au{R}oN, Tharis, HiddenDragon //===== Version =========================================== -//= 1.6 +//= 1.7 //========================================================= //= 1.0 - Formatted to the standard -//= 1.1 - New Effects, up to 2007/05/07 Sakexe [Au{R}oN] -//= 1.2 - New Effects, up to 2007/07/12 Sakexe [Au{R}oN] -//= 1.3 - New Effects, up to 2007/08/01 Sakexe [Au{R}oN] -//= 1.4 - New Effects, up to 2007/09/11 Sakexe [Au{R}oN] -//= 1.5 - New Effects, up to 2007/10/02 Sakexe [Au{R}oN] -//= 1.6 - New Effects, up to 2008/01/02 Sakexe [Au{R}oN] +//= 1.1 - New Effects, up to 2007/05/07 Sakexe. [Au{R}oN] +//= 1.2 - New Effects, up to 2007/07/12 Sakexe. [Au{R}oN] +//= 1.3 - New Effects, up to 2007/08/01 Sakexe. [Au{R}oN] +//= 1.4 - New Effects, up to 2007/09/11 Sakexe. [Au{R}oN] +//= 1.5 - New Effects, up to 2007/10/02 Sakexe. [Au{R}oN] +//= 1.6 - New Effects, up to 2008/01/02 Sakexe. [Au{R}oN] +//= 1.7 - New Effects, up to 2008/03/26 Sakexe. [Au{R}oN] //===== Description ======================================= //= A list of client-side effects sorted by their ID //========================================================= @@ -721,4 +722,7 @@ number description 694. The Semi-Green Sun 695. Something Like Green DiscoDance Light. 696. The same of 690 and 691 but Blue/Purple. -697+. No More Effects From 2008/01/22 Sakexe +697. (Nothing) +698. (Nothing) +699. Fall of powder from the sky and raise of some leaf. +700+. No More Effects From 2008/03/26 Sakexe.
\ No newline at end of file |