diff options
Diffstat (limited to 'src/map/tmw.hpp')
-rw-r--r-- | src/map/tmw.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/tmw.hpp b/src/map/tmw.hpp index 26446b9..5551504 100644 --- a/src/map/tmw.hpp +++ b/src/map/tmw.hpp @@ -7,7 +7,7 @@ #include "map.hpp" int tmw_CheckChatSpam(dumb_ptr<map_session_data> sd, const char *message); -void tmw_GmHackMsg(const_string line); +void tmw_GmHackMsg(const char *line); void tmw_TrimStr(char *str); #endif // TMW_HPP |