From 9dc87bf9db25237ae4d904f92311352e6171d372 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 5 May 2007 13:57:07 +0000 Subject: - imported the latest working grfio code from stable - re-added usage of managed allocation routines in grfio - eol-styled some new files - some cosmetic fixes here and there git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10468 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/trade.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/trade.c') diff --git a/src/map/trade.c b/src/map/trade.c index 41d919daa..f8c939424 100644 --- a/src/map/trade.c +++ b/src/map/trade.c @@ -54,7 +54,7 @@ void trade_traderequest(struct map_session_data *sd, struct map_session_data *ta } if ((target_sd->trade_partner != 0) || (sd->trade_partner != 0)) { - clif_tradestart(sd, 2); // person is in another trade + clif_tradestart(sd, 2); // person is in another trade return; } -- cgit v1.2.3-70-g09d2