summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-19 21:13:59 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-19 21:13:59 +0000
commitea1c02d0382d71d4d4d5c7724b28eb4163456640 (patch)
tree92754b37a9c18f596a5140d8a9b9cec7b2897e6d /Changelog-Trunk.txt
parent55b1b926c34a7d1691f233070bfc5fe032d11fb3 (diff)
downloadhercules-ea1c02d0382d71d4d4d5c7724b28eb4163456640.tar.gz
hercules-ea1c02d0382d71d4d4d5c7724b28eb4163456640.tar.bz2
hercules-ea1c02d0382d71d4d4d5c7724b28eb4163456640.tar.xz
hercules-ea1c02d0382d71d4d4d5c7724b28eb4163456640.zip
* Fixed solo dance/star gladiator warm AoE no longer following the owner and cloaking wall rules no longer working (bugreport:4720, since r14671).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14677 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 8df6776a7..94dbc25f5 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,7 @@
Date Added
+2011/01/19
+ * Fixed solo dance/star gladiator warm AoE no longer following the owner and cloaking wall rules no longer working (bugreport:4720, since r14671). [Ai4rei]
2011/01/16
* Fixed a map-server crash, when a script attempts to call a local function, which has only a forward declaration. Such functions now count as script parse error (bugreport:4009, since r3422). [Ai4rei]
* Fixed definitions of local functions would set a label reference, even when their name was already taken (follow up to r14600, since r3422).