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.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/guildhandler.cpp b/src/net/eathena/guildhandler.cpp
index 350eb3bed..bcd13afab 100644
--- a/src/net/eathena/guildhandler.cpp
+++ b/src/net/eathena/guildhandler.cpp
@@ -501,4 +501,10 @@ void GuildHandler::requestOpposition(const Being *const being) const
outMsg.writeInt32(being->getId(), "account id");
}
+void GuildHandler::breakGuild(const std::string &name) const
+{
+ createOutPacket(CMSG_GUILD_BREAK);
+ outMsg.writeString(name, 40, "name");
+}
+
} // namespace EAthena