diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-06-15 17:23:31 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-06-15 17:23:31 -0300 |
commit | 8568f179f5cefa638d564b75119235bac4b9a3b3 (patch) | |
tree | 1bd5516f7dd21e5907f2d75ff4781bea0ad649f1 /src/map/trade.h | |
parent | 9055b9c84bb915cbf29207484fef80550a88bf74 (diff) | |
download | hercules-8568f179f5cefa638d564b75119235bac4b9a3b3.tar.gz hercules-8568f179f5cefa638d564b75119235bac4b9a3b3.tar.bz2 hercules-8568f179f5cefa638d564b75119235bac4b9a3b3.tar.xz hercules-8568f179f5cefa638d564b75119235bac4b9a3b3.zip |
Sending whisper to a player from an admin account (group 99 [is this right?]) will display the message as a self announce to player. (done a todo)
Also added trade interface properly for HPM, forgot that.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'src/map/trade.h')
-rw-r--r-- | src/map/trade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/trade.h b/src/map/trade.h index 6bcefdb96..f66c70525 100644 --- a/src/map/trade.h +++ b/src/map/trade.h @@ -20,6 +20,6 @@ struct trade_interface { } trade_s; struct trade_interface *trade; -void trade_interface(void); +void trade_defaults(void); #endif /* _TRADE_H_ */ |