diff options
Diffstat (limited to 'src/map/trade.c')
-rw-r--r-- | src/map/trade.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/trade.c b/src/map/trade.c index eadc115a7..fcb116d06 100644 --- a/src/map/trade.c +++ b/src/map/trade.c @@ -84,8 +84,8 @@ void trade_traderequest(struct map_session_data *sd, struct map_session_data *ta * Reply to a trade-request. * Type values: * 0: Char is too far - * 1: Character does not exists - * 2: Trade failed + * 1: Character does not exist + * 2: Trade failed * 3: Accept * 4: Cancel * Weird enough, the client should only send 3/4 |