aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c11ee7a39b7..c88f9beee15 100644
--- a/src/server/game/Battlegrounds/Battleground.cpp
+++ b/src/server/game/Battlegrounds/Battleground.cpp
@@ -764,7 +764,7 @@ void Battleground::EndBattleground(uint32 winner)
{
stmt->setUInt64(0, battleground_id);
stmt->setUInt8(2, m_BracketId + 1);
- stmt->setUInt8(3, GetTypeID());
+ stmt->setUInt8(3, GetTypeID(true));
CharacterDatabase.Execute(stmt);
}