summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 12:08:44 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 12:08:44 +0000
commitf5bb1621cc8fb3171fe28a9a7c16219fe120f3bb (patch)
tree6d6fc31740cf00b975fa62d13260b96b209c316f /src/map/unit.c
parent0939a464fc52731e66d9aaeca816075226f34a1c (diff)
downloadhercules-f5bb1621cc8fb3171fe28a9a7c16219fe120f3bb.tar.gz
hercules-f5bb1621cc8fb3171fe28a9a7c16219fe120f3bb.tar.bz2
hercules-f5bb1621cc8fb3171fe28a9a7c16219fe120f3bb.tar.xz
hercules-f5bb1621cc8fb3171fe28a9a7c16219fe120f3bb.zip
* Removed clif_weather_sub and clif_misceffect2 in favor of clif_specialeffect_single and clif_specialeffect (all of them are ZC_NOTIFY_EFFECT2).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14541 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c
index b9a72bc62..df4efef8e 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -1798,7 +1798,7 @@ int unit_changeviewsize(struct block_list *bl,short size)
} else
return 0;
if(size!=0)
- clif_misceffect2(bl,421+size);
+ clif_specialeffect(bl,421+size, AREA);
return 0;
}