summaryrefslogtreecommitdiff
path: root/src/net/eathena/guildhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/guildhandler.cpp')
-rw-r--r--src/net/eathena/guildhandler.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/net/eathena/guildhandler.cpp b/src/net/eathena/guildhandler.cpp
index 84dd8eec8..350eb3bed 100644
--- a/src/net/eathena/guildhandler.cpp
+++ b/src/net/eathena/guildhandler.cpp
@@ -492,4 +492,13 @@ void GuildHandler::changePostionInfo(const int posId,
outMsg.writeString(name, 24, "name");
}
+void GuildHandler::requestOpposition(const Being *const being) const
+{
+ if (!being)
+ return;
+
+ createOutPacket(CMSG_GUILD_OPPOSITION);
+ outMsg.writeInt32(being->getId(), "account id");
+}
+
} // namespace EAthena