update fix travis error

This commit is contained in:
Micrah 2019-05-26 01:45:22 +10:00 committed by GitHub
parent 9d3ca64063
commit d20a2f7c76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}