mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 04:37:04 +00:00
Apply style fix pt2
This commit is contained in:
parent
35405dd549
commit
1392c131e7
77 changed files with 1318 additions and 817 deletions
|
|
@ -570,7 +570,7 @@ void WorldSession::HandleMessagechatOpcode(WorldPacket& recv_data)
|
|||
if (!sEluna->OnChat(GetPlayer(), type, lang, msg, chn))
|
||||
return;
|
||||
#endif /* ENABLE_ELUNA */
|
||||
chn->Say(_player, msg.c_str(), lang);
|
||||
chn->Say(_player, msg.c_str(), lang);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue