diff options
Diffstat (limited to 'src/net/tmwa/buysellhandler.cpp')
-rw-r--r-- | src/net/tmwa/buysellhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/buysellhandler.cpp b/src/net/tmwa/buysellhandler.cpp index c3e489350..664953e4e 100644 --- a/src/net/tmwa/buysellhandler.cpp +++ b/src/net/tmwa/buysellhandler.cpp @@ -58,7 +58,7 @@ namespace TmwAthena BuySellHandler::BuySellHandler() { - static const Uint16 _messages[] = + static const uint16_t _messages[] = { SMSG_NPC_BUY_SELL_CHOICE, SMSG_NPC_BUY, |