summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorehandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/buyingstorehandler.cpp')
-rw-r--r--src/net/eathena/buyingstorehandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/buyingstorehandler.cpp b/src/net/eathena/buyingstorehandler.cpp
index 4bbfce091..3e3451db2 100644
--- a/src/net/eathena/buyingstorehandler.cpp
+++ b/src/net/eathena/buyingstorehandler.cpp
@@ -183,7 +183,7 @@ void BuyingStoreHandler::open(const Being *const being) const
{
if (!being)
return;
- createOutPacket(SMSG_BUYINGSTORE_OPEN);
+ createOutPacket(CMSG_BUYINGSTORE_OPEN);
outMsg.writeInt32(being->getId(), "account id");
}