diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-16 22:53:42 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-16 22:53:42 +0000 |
commit | 91189252d417c62b168872cb13cfd1cd54cbf8f3 (patch) | |
tree | 0f7ab8a34664372682f279f3503abd3551e1c6ca /Changelog-Trunk.txt | |
parent | 0cbf5d3429e72b56980c41611cdb798179f0366b (diff) | |
download | hercules-91189252d417c62b168872cb13cfd1cd54cbf8f3.tar.gz hercules-91189252d417c62b168872cb13cfd1cd54cbf8f3.tar.bz2 hercules-91189252d417c62b168872cb13cfd1cd54cbf8f3.tar.xz hercules-91189252d417c62b168872cb13cfd1cd54cbf8f3.zip |
* Reverted r14525 (introduction of SV_READDB_MAX_FIELDS) because it causes confusion to certain group of users and depends on MAX_LEVEL since r14526.
- Made sv_readdb be able to process any amount of columns instead.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14595 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 2d2564252..9e017cdd4 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,8 @@ Date Added 2010/12/16 + * Reverted r14525 (introduction of SV_READDB_MAX_FIELDS) because it causes confusion to certain group of users and depends on MAX_LEVEL since r14526. [Ai4rei] + - Made sv_readdb be able to process any amount of columns instead. * Fixed a mistake in sv_split, causing CR being recognized as EOL character, even when only LF was specified (since r12459). [Ai4rei] 2010/12/15 * Corrected type of second argument of script command 'setbattleflag' from string to number (bugreport:4640, topic:261833, since r5407, related r14577). [Ai4rei] |