mirror of
https://github.com/mangosfour/server.git
synced 2026-01-02 01:37:05 +00:00
Apply style fix pt3
This commit is contained in:
parent
1392c131e7
commit
d93dbd95fe
191 changed files with 9851 additions and 676 deletions
|
|
@ -2925,7 +2925,9 @@ void World::InvalidatePlayerDataToAllClient(ObjectGuid guid)
|
|||
void World::LoadBroadcastStrings()
|
||||
{
|
||||
if (!m_broadcastEnable)
|
||||
return;
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
std::string queryStr = "SELECT `autobroadcast`.`id`, `autobroadcast`.`content`,`autobroadcast`.`ratio` FROM `autobroadcast`";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue