aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-08-28 22:08:11 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-08-28 22:08:11 +0200
commit45f50ac81b944d436889f46409bfaad0174c6537 (patch)
tree634fdde85d4368db8ba10565be1203b5377af034 /src
parent3a248fbfec34fe80170dfb8c50b971858fb1e488 (diff)
Core: Fix warning
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Battlegrounds/Battleground.cpp2
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;