diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-02 04:26:34 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-02 04:26:34 +0000 |
commit | 9b5c358e45804e93eb9e6a9a33a9f8d3cfb4a8eb (patch) | |
tree | fd182f66b8d42872dc5aa972448c1256b1314df4 /Changelog.txt | |
parent | c06b6f595d99b11e28e044377edf76ceb19f535c (diff) | |
download | hercules-9b5c358e45804e93eb9e6a9a33a9f8d3cfb4a8eb.tar.gz hercules-9b5c358e45804e93eb9e6a9a33a9f8d3cfb4a8eb.tar.bz2 hercules-9b5c358e45804e93eb9e6a9a33a9f8d3cfb4a8eb.tar.xz hercules-9b5c358e45804e93eb9e6a9a33a9f8d3cfb4a8eb.zip |
* Added crash check for Ice Wall
- reduce mob_data->size variable to 1 bytes
- change from if-else to switch statements in buildin_strmobinfo
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1020 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index 2ca350948..69debaf75 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,9 @@ Date Added +02/02 + * Added crash check for Ice Wall [celest] + * Added some optimisations by Ilpalazzo-sama [celest] + - reduce mob_data->size variable to 1 bytes + - change from if-else to switch statements in buildin_strmobinfo 01/31 * Fixed a typo in Pressure causing it to deduct sp from the caster, and remove |