summaryrefslogtreecommitdiff
path: root/src/net/ea
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-20 17:33:35 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-20 17:33:35 +0300
commitf8de6e16f2fd5905d7dd8fffb7763861045c48b4 (patch)
tree510bdc57ab5df77775d61b9f8680942d8ea64ab4 /src/net/ea
parent959581e5d9da2c0ff79a94c1773343b0c1750ea6 (diff)
downloadplus-f8de6e16f2fd5905d7dd8fffb7763861045c48b4.tar.gz
plus-f8de6e16f2fd5905d7dd8fffb7763861045c48b4.tar.bz2
plus-f8de6e16f2fd5905d7dd8fffb7763861045c48b4.tar.xz
plus-f8de6e16f2fd5905d7dd8fffb7763861045c48b4.zip
eathena: impliment packet CMSG_GUILD_ALLIANCE_REQUEST.
Diffstat (limited to 'src/net/ea')
-rw-r--r--src/net/ea/guildhandler.cpp5
-rw-r--r--src/net/ea/guildhandler.h3
2 files changed, 0 insertions, 8 deletions
diff --git a/src/net/ea/guildhandler.cpp b/src/net/ea/guildhandler.cpp
index 0326ad82b..020897193 100644
--- a/src/net/ea/guildhandler.cpp
+++ b/src/net/ea/guildhandler.cpp
@@ -60,11 +60,6 @@ GuildHandler::~GuildHandler()
delete2(guildTab);
}
-void GuildHandler::requestAlliance(const int guildId A_UNUSED,
- const int otherGuildId A_UNUSED) const
-{
-}
-
void GuildHandler::requestAllianceResponse(const int guildId A_UNUSED,
const int otherGuildId A_UNUSED,
const bool response A_UNUSED) const
diff --git a/src/net/ea/guildhandler.h b/src/net/ea/guildhandler.h
index 0485e5cfc..6a8b78fbd 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 requestAlliance(const int guildId,
- const int otherGuildId) const override final;
-
void requestAllianceResponse(const int guildId, const int otherGuildId,
const bool response) const override final;