summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorZephiris <Zephiris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-18 01:07:20 +0000
committerZephiris <Zephiris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-18 01:07:20 +0000
commit4ee37b0132cb5da002ec8a071b4269133cb11768 (patch)
treefe38d5f8be6eceed2721b5736d92dff8cb1448ae /Changelog-Trunk.txt
parent164b880214dc559ca471909acf14b1e28abd8cc6 (diff)
downloadhercules-4ee37b0132cb5da002ec8a071b4269133cb11768.tar.gz
hercules-4ee37b0132cb5da002ec8a071b4269133cb11768.tar.bz2
hercules-4ee37b0132cb5da002ec8a071b4269133cb11768.tar.xz
hercules-4ee37b0132cb5da002ec8a071b4269133cb11768.zip
* Fixed the mob_skill_db by commenting out lines with targeted skills being cast during an idle state. (Thanks to LittleWolf) [Zephiris]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5653 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 48b386fdd..8058fab46 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,8 @@ 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
+ * Fixed the mob_skill_db by commenting out lines with targeted skills
+ being cast during an idle state. (Thanks to LittleWolf) [Zephiris]
* 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]