diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-08-28 22:08:11 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-08-28 22:08:11 +0200 |
| commit | 45f50ac81b944d436889f46409bfaad0174c6537 (patch) | |
| tree | 634fdde85d4368db8ba10565be1203b5377af034 /src | |
| parent | 3a248fbfec34fe80170dfb8c50b971858fb1e488 (diff) | |
Core: Fix warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/game/Battlegrounds/Battleground.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Battlegrounds/Battleground.cpp b/src/server/game/Battlegrounds/Battleground.cpp index 69d43d4f40f..d76122a0400 100644 --- a/src/server/game/Battlegrounds/Battleground.cpp +++ b/src/server/game/Battlegrounds/Battleground.cpp @@ -748,7 +748,7 @@ void Battleground::EndBattleground(uint32 winner) int32 winmsg_id = 0; bool guildAwarded = false; - PreparedStatement* stmt; + PreparedStatement* stmt = nullptr; PreparedQueryResult result; uint64 battleground_id = 1; |
