From 9b3348a7c707558243caef4b6f4ca08075c36adb Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 13 Apr 2013 13:04:51 -0700 Subject: Fix the bug with chest armor --- src/map/pc.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/pc.cpp') diff --git a/src/map/pc.cpp b/src/map/pc.cpp index 232a767..39ac711 100644 --- a/src/map/pc.cpp +++ b/src/map/pc.cpp @@ -4628,8 +4628,7 @@ int pc_equipitem(struct map_session_data *sd, int n, EPOS) pos = (epor == EPOS::CAPE ? EPOS::MISC2 : EPOS::CAPE); } - // TODO: make this code do what it's supposed to do, - // instead of what it does +#warning "TODO: make this code do what it's supposed to do, instead of what it does" arrow = pc_search_inventory(sd, pc_checkequip(sd, EPOS::LEGS | EPOS::CAPE)); // Added by RoVeRT for (EQUIP i : EQUIPs) { -- cgit v1.2.3-70-g09d2