From a8640e1df61c06faf6edb89c5c4b9f025c0dff33 Mon Sep 17 00:00:00 2001 From: wushin Date: Tue, 9 Jun 2015 00:53:20 -0500 Subject: Magic -> Map Npcs --- src/map/clif.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.cpp') diff --git a/src/map/clif.cpp b/src/map/clif.cpp index df21a88..a2a2a33 100644 --- a/src/map/clif.cpp +++ b/src/map/clif.cpp @@ -3842,7 +3842,7 @@ RecvResult clif_parse_GlobalMessage(Session *s, dumb_ptr sd) if (is_atcommand(s, sd, mbuf, GmLevel())) return rv; - if (!magic::magic_message(sd, mbuf)) + if (!magic_message(sd, mbuf)) { /* Don't send chat that results in an automatic ban. */ if (tmw_CheckChatSpam(sd, mbuf)) -- cgit v1.2.3-70-g09d2