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 678afafa6..4f6404872 100644
--- a/src/net/tmwa/guildhandler.cpp
+++ b/src/net/tmwa/guildhandler.cpp
@@ -451,4 +451,8 @@ void GuildHandler::breakGuild(const std::string &name A_UNUSED) const
{
}
+void GuildHandler::changeEmblem(std::string emblem A_UNUSED) const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/guildhandler.h b/src/net/tmwa/guildhandler.h
index 3f800a560..16a04cc14 100644
--- a/src/net/tmwa/guildhandler.h
+++ b/src/net/tmwa/guildhandler.h
@@ -88,6 +88,8 @@ class GuildHandler final : public Ea::GuildHandler, public MessageHandler
void breakGuild(const std::string &name) const override final;
+ void changeEmblem(std::string emblem) const override final;
+
protected:
static void processGuildPositionInfo(Net::MessageIn &msg);