summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorehandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-05 12:36:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-05 12:36:17 +0300
commitb70f77df7ef4bd06b35511e17aa74fc3493dfcd9 (patch)
treea24b1b6c882faa9e4b1a31da3ef48c7f94eb3a17 /src/net/eathena/buyingstorehandler.h
parent805299e4d653440c582f6c576bcd7de2e1b2c3d4 (diff)
downloadManaVerse-b70f77df7ef4bd06b35511e17aa74fc3493dfcd9.tar.gz
ManaVerse-b70f77df7ef4bd06b35511e17aa74fc3493dfcd9.tar.bz2
ManaVerse-b70f77df7ef4bd06b35511e17aa74fc3493dfcd9.tar.xz
ManaVerse-b70f77df7ef4bd06b35511e17aa74fc3493dfcd9.zip
eathena: add packet SMSG_BUYINGSTORE_CREATE_FAILED 0x0812.
Diffstat (limited to 'src/net/eathena/buyingstorehandler.h')
-rw-r--r--src/net/eathena/buyingstorehandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/buyingstorehandler.h b/src/net/eathena/buyingstorehandler.h
index edafbc170..790ebd751 100644
--- a/src/net/eathena/buyingstorehandler.h
+++ b/src/net/eathena/buyingstorehandler.h
@@ -44,6 +44,8 @@ class BuyingStoreHandler final : public MessageHandler,
protected:
static void processBuyingStoreOpen(Net::MessageIn &msg);
+
+ static void processBuyingStoreCreateFailed(Net::MessageIn &msg);
};
} // namespace EAthena