summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-17 18:58:41 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-17 18:58:41 +0000
commit164b880214dc559ca471909acf14b1e28abd8cc6 (patch)
treeb87f6b0b52adf1075a9f3971fcb4a191490904f3 /Changelog-Trunk.txt
parent2014f1558e424573427e75224eb133cba19d777a (diff)
downloadhercules-164b880214dc559ca471909acf14b1e28abd8cc6.tar.gz
hercules-164b880214dc559ca471909acf14b1e28abd8cc6.tar.bz2
hercules-164b880214dc559ca471909acf14b1e28abd8cc6.tar.xz
hercules-164b880214dc559ca471909acf14b1e28abd8cc6.zip
- Removed a block of code from skill_check_condition that actually belongs to status_check_skilluse.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5651 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 31231db07..48b386fdd 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,9 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/17
+ * Removed a block of code from skill_check_condition that actually belongs
+ to status_check_skilluse. Should fix silence/stun blocking skills
+ regardless of settings. [Skotlex]
* Fixed misleading and inaccurately documented events and added a missing flag. [Lance]
* Fixed npc_cleanup_dbsub not removing key and caused pointer being freed problem. [Lance]
* Fixed handling of the char_gm_read config for packet 0x2af7 (reloadgmdb)