summaryrefslogtreecommitdiff
path: root/src/map/tmw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/tmw.cpp')
-rw-r--r--src/map/tmw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/tmw.cpp b/src/map/tmw.cpp
index 04906b6..4f29fab 100644
--- a/src/map/tmw.cpp
+++ b/src/map/tmw.cpp
@@ -161,7 +161,7 @@ bool tmw_CheckChatLameness(dumb_ptr<map_session_data>, XString message)
// Sends a whisper to all GMs
void tmw_GmHackMsg(ZString line)
{
- intif_wis_message_to_gm(wisp_server_name,
+ intif_wis_message_to_gm(WISP_SERVER_NAME,
GmLevel::from(static_cast<uint32_t>(battle_config.hack_info_GM_level)),
line);
}