summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-04 13:00:49 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-04 13:00:49 +0000
commit4ca054f01983eaf5cfca204897eb43a7f9472d2a (patch)
treeb2b862577cc611da3c2ccda8ee91c03717addd79 /Changelog-Trunk.txt
parentff2dd3a0c696cbcd659837ff736f927fab8937e3 (diff)
downloadhercules-4ca054f01983eaf5cfca204897eb43a7f9472d2a.tar.gz
hercules-4ca054f01983eaf5cfca204897eb43a7f9472d2a.tar.bz2
hercules-4ca054f01983eaf5cfca204897eb43a7f9472d2a.tar.xz
hercules-4ca054f01983eaf5cfca204897eb43a7f9472d2a.zip
Fixed a mistake in r11991 that let knockback work through walls
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12010 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 6b55051bd..c30f7990b 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2008/01/04
+ * Fixed a mistake in r11991 that let knockback work through walls
* Modified the map_setcell() code to to use a boolean flag instead of
needing SET_ / CLR_ pairs of defines (topic:174323) [ultramage].
Also removed script object 'setcell', added script function 'setcell'