diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-07 15:14:35 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-07 15:14:35 +0000 |
commit | a6cd6538e4271ea08dc86803e8b7e8c8f235960b (patch) | |
tree | 883d4c1ae282fb67e1720f81c20f564499298ff4 /Changelog-SVN.txt | |
parent | be2871f1e62bbb88c7fd413456d1b9c39d1f2fd9 (diff) | |
download | hercules-a6cd6538e4271ea08dc86803e8b7e8c8f235960b.tar.gz hercules-a6cd6538e4271ea08dc86803e8b7e8c8f235960b.tar.bz2 hercules-a6cd6538e4271ea08dc86803e8b7e8c8f235960b.tar.xz hercules-a6cd6538e4271ea08dc86803e8b7e8c8f235960b.zip |
* Readded @disablenpc
* Fixed @reloadscript not removing old NPC's and monsters first
* Some changes in mob and NPC unloading
* Changed the original @disablenpc to @hidenpc
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1429 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-SVN.txt')
-rw-r--r-- | Changelog-SVN.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index d0c7228af..3c1ce0665 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -1,6 +1,15 @@ Date Added +04/07 + * Readded @disablenpc (not the same as @hidenpc) [celest] + * Fixed @reloadscript not removing old NPC's and monsters first [celest] + * Some changes in mob and NPC unloading [celest] + * Changed the original @disablenpc to @hidenpc [celest] + * Fixed HP Conversion to properly not reduce HP if SP is full [celest] + * Updated Defender -- should reduce walking speed, and does not reduce attack speed + at level 5 [celest] + 04/06 * Fixed a crash in clif_send when checking packet version, thanks to Alex14 * Fixed a crash in Deluge, Volcano and Violent Gale, thanks to Alex14 |