summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/guildhandler.cpp4
-rw-r--r--src/net/tmwa/guildhandler.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/guildhandler.cpp b/src/net/tmwa/guildhandler.cpp
index ab4820927..678afafa6 100644
--- a/src/net/tmwa/guildhandler.cpp
+++ b/src/net/tmwa/guildhandler.cpp
@@ -447,4 +447,8 @@ void GuildHandler::requestOpposition(const Being *const being A_UNUSED) const
{
}
+void GuildHandler::breakGuild(const std::string &name A_UNUSED) const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/guildhandler.h b/src/net/tmwa/guildhandler.h
index f4d803c3c..3f800a560 100644
--- a/src/net/tmwa/guildhandler.h
+++ b/src/net/tmwa/guildhandler.h
@@ -86,6 +86,8 @@ class GuildHandler final : public Ea::GuildHandler, public MessageHandler
void requestOpposition(const Being *const being) const override final;
+ void breakGuild(const std::string &name) const override final;
+
protected:
static void processGuildPositionInfo(Net::MessageIn &msg);