summaryrefslogtreecommitdiff
path: root/src/map/map.c
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 /src/map/map.c
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 'src/map/map.c')
-rw-r--r--src/map/map.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 0ed981c8e..e3cada963 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -415,6 +415,7 @@ int map_moveblock(struct block_list *bl, int x1, int y1, unsigned int tick)
if (bl->type&BL_CHAR) {
skill_unit_move(bl,tick,3);
+ sc = status_get_sc(bl);
if (sc) {
if (sc->count) {
if (sc->data[SC_CLOAKING])