فهرست منبع

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 12 سال پیش
والد
کامیت
a08015cb16
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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