summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-12 18:32:12 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-04-12 18:32:12 +0000
commit1abe20190e4fd740e1ada133859c544f48b20594 (patch)
tree8e935f90bc703fdf39b751d4cf7abeb03b12df63 /db/Changelog.txt
parent0e902d3ef5ba182e842803af91241bfec4164c93 (diff)
downloadhercules-1abe20190e4fd740e1ada133859c544f48b20594.tar.gz
hercules-1abe20190e4fd740e1ada133859c544f48b20594.tar.bz2
hercules-1abe20190e4fd740e1ada133859c544f48b20594.tar.xz
hercules-1abe20190e4fd740e1ada133859c544f48b20594.zip
* Kyrie Eleison cannot be cast on mobs anymore
- also some small mob skill changes to work with the new code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10239 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/Changelog.txt')
-rw-r--r--db/Changelog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index 38b947f61..1c685be67 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -20,6 +20,8 @@
========================
04/13
+ * Kyrie Eleison cannot be cast on mobs anymore [Playtester]
+ - also some small mob skill changes
* Corrected mob skill CALLSLAVE's target to be always 'self'
* Converted mob skills that had the combination idle+target+always to
idle+randomtarget+always as per Playtester's request.