mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Fix to bad param compile issue on some compilers
This commit is contained in:
@@ -378,7 +378,7 @@ WorldSession* MCPPlayerManager::CreateBotSession(uint32 sessionId, uint32 accoun
|
||||
std::string("MCPBot"), // Account name
|
||||
0, // Battlenet account ID
|
||||
std::string(""), // Battlenet account email
|
||||
nullptr, // Socket = NULL (no network!)
|
||||
std::shared_ptr<WorldSocket>(), // Socket = NULL (no network!)
|
||||
SEC_GAMEMASTER, // Security level - GM for full access
|
||||
EXPANSION_THE_WAR_WITHIN, // Expansion
|
||||
0, // Mute time
|
||||
|
||||
Reference in New Issue
Block a user