Another linux compile error.

This commit is contained in:
mik1893
2016-07-06 15:49:10 +01:00
parent 23f998b27e
commit 5a9a91e8d7
@@ -731,7 +731,7 @@ void Battleground::EndBattleground(TeamId winnerTeamId)
else
SetWinner(TEAM_NEUTRAL);
PreparedStatement* stmt = nullptr;
PreparedStatement* stmt = NULL;
uint64 battlegroundId = 1;
if (isBattleground() && sWorld->getBoolConfig(CONFIG_BATTLEGROUND_STORE_STATISTICS_ENABLE))
{