diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-29 06:36:59 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-29 06:36:59 +0000 |
commit | 7f6f823834ec15931921693be1fd519d1e9efb49 (patch) | |
tree | 95be1bfe695d82dfd7a96d5d005373792f2dd3cc /Changelog.txt | |
parent | 6e9d4a60f5cb561b72a9e0200ef4734826fb44c9 (diff) | |
download | hercules-7f6f823834ec15931921693be1fd519d1e9efb49.tar.gz hercules-7f6f823834ec15931921693be1fd519d1e9efb49.tar.bz2 hercules-7f6f823834ec15931921693be1fd519d1e9efb49.tar.xz hercules-7f6f823834ec15931921693be1fd519d1e9efb49.zip |
* Added a crash check to Safety Wall
* Added some optimisations in clif_parse_MapMove
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1012 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt index 36036db98..d2fff140c 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,10 @@ Date Added +01/29 + * Added a crash check to Safety Wall, thanks to LebrEf[TaVu] / Freya for + pointing it out [celest] + * Added some optimisations in clif_parse_MapMove, by Ilpalazzo-sama [celest] + 01/28 * Fixed a typo that was causing /in to always report failure even when the name was removed from the ignore list [celest] @@ -22,7 +27,8 @@ Date Added * Kick all characters when the char server disconnects from the map server [celest] * Added @changelook command for spriters to test view ID's [celest] - * Added a check to Pneuma to prevent crashing [celest] + * Added a check to Pneuma to prevent crashing, thanks to LebrEf[TaVu]/Freya for + pointing it out [celest] [celest] * Tweaked garbage collection code after feedback from users [SVN 1002: MouseJstr] * Fixed TRADE exploits (it cures proxy hack / vending+trade hack) thanks to Freya [Lupus] |