From 7a9cee6ac24f5cfaaa73c97e5fef733eadba09ad Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 27 Apr 2013 10:36:35 -0700 Subject: Enumize ItemLook --- src/map/clif.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.cpp') diff --git a/src/map/clif.cpp b/src/map/clif.cpp index f009a23..838c1f4 100644 --- a/src/map/clif.cpp +++ b/src/map/clif.cpp @@ -3829,7 +3829,7 @@ void clif_parse_LoadEndAck(int, struct map_session_data *sd) sd->state.connect_new = 0; // view equipment item - clif_changelook(&sd->bl, LOOK::WEAPON, 0); + clif_changelook(&sd->bl, LOOK::WEAPON, static_cast(ItemLook::NONE)); if (battle_config.save_clothcolor == 1 && sd->status.clothes_color > 0) clif_changelook(&sd->bl, LOOK::CLOTHES_COLOR, sd->status.clothes_color); -- cgit v1.2.3-70-g09d2