update fix travis error
This commit is contained in:
parent
9d3ca64063
commit
d20a2f7c76
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue