summaryrefslogtreecommitdiff
path: root/src/net/eathena/marketrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/marketrecv.cpp')
-rw-r--r--src/net/eathena/marketrecv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/marketrecv.cpp b/src/net/eathena/marketrecv.cpp
index 82775acff..cfe7aa4c8 100644
--- a/src/net/eathena/marketrecv.cpp
+++ b/src/net/eathena/marketrecv.cpp
@@ -60,7 +60,7 @@ void MarketRecv::processMarketOpen(Net::MessageIn &msg)
if (npcId != BeingTypeId_zero)
{
- const BeingInfo *info = NPCDB::get(npcId);
+ const BeingInfo *const info = NPCDB::get(npcId);
if (info)
currency = info->getCurrency();
else