mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
Merge branch 'master' into 303
Conflicts: src/game/Player.h
This commit is contained in:
commit
5d4d7292b9
47 changed files with 244 additions and 209 deletions
|
|
@ -114,7 +114,7 @@ void WorldSession::SendTrainerList( uint64 guid )
|
|||
SendTrainerList( guid, str );
|
||||
}
|
||||
|
||||
void WorldSession::SendTrainerList( uint64 guid,std::string strTitle )
|
||||
void WorldSession::SendTrainerList( uint64 guid, const std::string& strTitle )
|
||||
{
|
||||
sLog.outDebug( "WORLD: SendTrainerList" );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue