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/guildhandler.h | |
parent | f8de6e16f2fd5905d7dd8fffb7763861045c48b4 (diff) | |
download | mv-417d18b8bf122c4bba9acac02c2c448e010e7180.tar.gz mv-417d18b8bf122c4bba9acac02c2c448e010e7180.tar.bz2 mv-417d18b8bf122c4bba9acac02c2c448e010e7180.tar.xz mv-417d18b8bf122c4bba9acac02c2c448e010e7180.zip |
eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY.
Diffstat (limited to 'src/net/guildhandler.h')
-rw-r--r-- | src/net/guildhandler.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/net/guildhandler.h b/src/net/guildhandler.h index 31c225e03..5c67cda15 100644 --- a/src/net/guildhandler.h +++ b/src/net/guildhandler.h @@ -63,9 +63,8 @@ class GuildHandler notfinal virtual void requestAlliance(const Being *const being) const = 0; - virtual void requestAllianceResponse(const int guildId, - int const otherGuildId, - const bool response) const = 0; + virtual void requestAllianceResponse(const int beingId, + const bool accept) const = 0; virtual void endAlliance(const int guildId, const int otherGuildId) const = 0; |