diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2014-06-17 16:24:16 -0400 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2014-06-17 16:24:16 -0400 |
commit | 10575735040034bec6caeb110d38b2b807ca7e4d (patch) | |
tree | 58bfff6282af6406e09beefb3d688ca32f3bed1e /src/map | |
parent | aff9c142c8fdfc602b304825ca96b528ee4aa461 (diff) | |
download | hercules-10575735040034bec6caeb110d38b2b807ca7e4d.tar.gz hercules-10575735040034bec6caeb110d38b2b807ca7e4d.tar.bz2 hercules-10575735040034bec6caeb110d38b2b807ca7e4d.tar.xz hercules-10575735040034bec6caeb110d38b2b807ca7e4d.zip |
Fixed partial of the sentence + typo.
Follow up to 2fb3c85
Diffstat (limited to 'src/map')
-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 |