Explorar o código

Fixed a typo for r17242, should have tried compiling it with a non 2013 client.

Thanks to lighta. =)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17243 54d463be-8e91-2dee-dedb-b68131a5f0ec
lemongrass3110 %!s(int64=12) %!d(string=hai) anos
pai
achega
a08015cb16
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/map/clif.c

+ 2 - 1
src/map/clif.c

@@ -14626,8 +14626,9 @@ void clif_parse_cashshop_buy(int fd, struct map_session_data *sd){
         }
         fail = npc_cashshop_buylist(sd,points,count,item_list);
 #endif
+	}
 
-		clif_cashshop_ack(sd,fail);
+	clif_cashshop_ack(sd,fail);
 }
 #endif