diff --git a/src/mod_congratsonlevel.cpp b/src/mod_congratsonlevel.cpp index a4bca64..1fc52c1 100644 --- a/src/mod_congratsonlevel.cpp +++ b/src/mod_congratsonlevel.cpp @@ -301,7 +301,7 @@ public: default: break; } - player->GetSession()->SendNotification(SERVER_MSG_STRING, ss2.str().c_str()); + ChatHandler(player->GetSession()).SendNotification(SERVER_MSG_STRING, ss2.str().c_str()); return; } }