Procházet zdrojové kódy

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 před 12 roky
rodič
revize
a08015cb16
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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