summaryrefslogtreecommitdiff
path: root/src/net/ea/guildhandler.cpp
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/guildhandler.cpp
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/guildhandler.cpp')
-rw-r--r--src/net/ea/guildhandler.cpp5
1 files changed, 0 insertions, 5 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