summaryrefslogtreecommitdiff
path: root/src/net/tmwa/guildhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/guildhandler.cpp')
-rw-r--r--src/net/tmwa/guildhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/guildhandler.cpp b/src/net/tmwa/guildhandler.cpp
index a97da4153..5aa272475 100644
--- a/src/net/tmwa/guildhandler.cpp
+++ b/src/net/tmwa/guildhandler.cpp
@@ -329,4 +329,9 @@ void GuildHandler::changeNotice(const int guildId,
msg.writeString(msg2, 120); // msg2
}
+void GuildHandler::checkMaster() const
+{
+ MessageOut msg(CMSG_GUILD_CHECK_MASTER);
+}
+
} // namespace TmwAthena