From 642ece5724d07898b572da8a1923d0ba5073bcc4 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 15 May 2013 10:10:06 -0700 Subject: Fix magic attack overrides --- src/map/clif.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/map/clif.cpp b/src/map/clif.cpp index 838c1f4..1deb1f3 100644 --- a/src/map/clif.cpp +++ b/src/map/clif.cpp @@ -695,8 +695,7 @@ int clif_set0078(struct map_session_data *sd, unsigned char *buf) WBUFW(buf, 14) = sd->status.species; WBUFW(buf, 16) = sd->status.hair; if (sd->attack_spell_override) - // should be WBUFW ? - WBUFB(buf, 18) = sd->attack_spell_look_override; + WBUFW(buf, 18) = sd->attack_spell_look_override; else { if (sd->equip_index[EQUIP::WEAPON] >= 0 -- cgit v1.2.3-60-g2f50