diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/trade.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/trade.c b/src/map/trade.c index b3960bef9..3bbb73568 100644 --- a/src/map/trade.c +++ b/src/map/trade.c @@ -168,7 +168,7 @@ void trade_tradeack(struct map_session_data *sd, int type) { /** * Checks if an impossible trade will occur - * Normal clients refuse to have 2 same types of item (except equipament) in the same trade window + * Normal clients refuse to have 2 items of the same type (except equipment) in the same trade window * Normal clients authorize only no equipped items and only items from inventory * @retval 0 The trade can continue * @retval 1 Hack attempt |