diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-20 17:53:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-20 17:53:44 +0300 |
commit | 417d18b8bf122c4bba9acac02c2c448e010e7180 (patch) | |
tree | 7f2f8a15dcab920bc619620cda69f5909ae11fb6 /src/net/ea | |
parent | f8de6e16f2fd5905d7dd8fffb7763861045c48b4 (diff) | |
download | plus-417d18b8bf122c4bba9acac02c2c448e010e7180.tar.gz plus-417d18b8bf122c4bba9acac02c2c448e010e7180.tar.bz2 plus-417d18b8bf122c4bba9acac02c2c448e010e7180.tar.xz plus-417d18b8bf122c4bba9acac02c2c448e010e7180.zip |
eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY.
Diffstat (limited to 'src/net/ea')
-rw-r--r-- | src/net/ea/guildhandler.cpp | 6 | ||||
-rw-r--r-- | src/net/ea/guildhandler.h | 3 |
2 files changed, 0 insertions, 9 deletions
diff --git a/src/net/ea/guildhandler.cpp b/src/net/ea/guildhandler.cpp index 020897193..6dbcb202a 100644 --- a/src/net/ea/guildhandler.cpp +++ b/src/net/ea/guildhandler.cpp @@ -60,12 +60,6 @@ GuildHandler::~GuildHandler() delete2(guildTab); } -void GuildHandler::requestAllianceResponse(const int guildId A_UNUSED, - const int otherGuildId A_UNUSED, - const bool response A_UNUSED) const -{ -} - void GuildHandler::endAlliance(const int guildId A_UNUSED, const int otherGuildId A_UNUSED) const { diff --git a/src/net/ea/guildhandler.h b/src/net/ea/guildhandler.h index 6a8b78fbd..2defc0072 100644 --- a/src/net/ea/guildhandler.h +++ b/src/net/ea/guildhandler.h @@ -42,9 +42,6 @@ class GuildHandler notfinal : public Net::GuildHandler virtual ~GuildHandler(); - void requestAllianceResponse(const int guildId, const int otherGuildId, - const bool response) const override final; - void endAlliance(const int guildId, const int otherGuildId) const override final; |