From 29007aacf3efba63fe88b80f59bfaa824cdc5709 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 25 Apr 2013 10:42:47 -0300 Subject: Follow up 064a4ecf07689e8ee673bb17e5cf342ae3cdd585 Signed-off-by: shennetsind --- src/map/clif.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/map/clif.c b/src/map/clif.c index c026f1566..19ac1df9c 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -851,7 +851,7 @@ void clif_set_unit_idle(struct block_list* bl, struct map_session_data *tsd, enu #endif p.GID = bl->id; p.speed = status_get_speed(bl); - p.bodypalette = (sc) ? sc->opt1 : 0; + p.bodyState = (sc) ? sc->opt1 : 0; p.healthState = (sc) ? sc->opt2 : 0; p.effectState = (sc) ? sc->option : 0; p.job = vd->class_; @@ -1093,7 +1093,7 @@ void clif_spawn_unit(struct block_list* bl, enum send_target target) { #endif p.GID = bl->id; p.speed = status_get_speed(bl); - p.bodypalette = (sc) ? sc->opt1 : 0; + p.bodyState = (sc) ? sc->opt1 : 0; p.healthState = (sc) ? sc->opt2 : 0; p.effectState = (sc) ? sc->option : 0; p.job = vd->class_; @@ -1172,7 +1172,7 @@ void clif_set_unit_walking(struct block_list* bl, struct map_session_data *tsd, #endif p.GID = bl->id; p.speed = status_get_speed(bl); - p.bodypalette = (sc) ? sc->opt1 : 0; + p.bodyState = (sc) ? sc->opt1 : 0; p.healthState = (sc) ? sc->opt2 : 0; p.effectState = (sc) ? sc->option : 0; p.job = vd->class_; -- cgit v1.2.3-60-g2f50