diff --git a/src/mod_congratsonlevel.cpp b/src/mod_congratsonlevel.cpp index 5df7773..24c5a45 100644 --- a/src/mod_congratsonlevel.cpp +++ b/src/mod_congratsonlevel.cpp @@ -292,7 +292,7 @@ public: // Issue a raid warning to the player std::ostringstream ss2; ss2 << "Congrats on Level " << level << " " << player->GetName() << "! You've been awarded " << money << " gold and a few treasures!"; - player->GetSession()->SendNotification(ss2.str().c_str()); + player->GetSession()->SendNotification(SERVER_MSG_STRING, ss2.str().c_str()); return; }