summaryrefslogtreecommitdiff
path: root/Changelog-SVN.txt
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-27 11:01:23 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-27 11:01:23 +0000
commit1c016a1b9997d8e086cb583bf7f82377d6a40d26 (patch)
treed36c3b4b5911892df5fa6f848a8ba83cc6fe4e89 /Changelog-SVN.txt
parent16dbe2532305d1f4705a6aaf9185ada09d7dcac8 (diff)
downloadhercules-1c016a1b9997d8e086cb583bf7f82377d6a40d26.tar.gz
hercules-1c016a1b9997d8e086cb583bf7f82377d6a40d26.tar.bz2
hercules-1c016a1b9997d8e086cb583bf7f82377d6a40d26.tar.xz
hercules-1c016a1b9997d8e086cb583bf7f82377d6a40d26.zip
* Fixed AddEffWhenHit effect to only work on melee attacks
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1310 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-SVN.txt')
-rw-r--r--Changelog-SVN.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt
index c185d38f3..2ed5abb17 100644
--- a/Changelog-SVN.txt
+++ b/Changelog-SVN.txt
@@ -1,6 +1,7 @@
Date Added
03/27
+ * Fixed AddEffWhenHit effect to only work on melee attacks [celest]
* Moved guardian hostility checking and monster_ignore_gm check to battle.c --
processed earlier, and more appropiate [celest]
* Fixed a SQL syntax crash when logging character names with "'" in them