Skip to content

Commit

Permalink
https://github.com/azerothcore/azerothcore-wotlk/pull/19491
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu committed Jul 28, 2024
1 parent c652ee8 commit 3d6b2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LuaEngine/PlayerMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -3803,7 +3803,7 @@ namespace LuaPlayer
{
std::string msg = Eluna::CHECKVAL<std::string>(L, 2);
if (msg.length() > 0)
player->GetSession()->SendNotification("%s", msg.c_str());
ChatHandler(player->GetSession()).SendNotification("{}", msg);
return 0;
}

Expand Down

0 comments on commit 3d6b2cc

Please sign in to comment.