Core/BattleGrounds: Changed upper case character in tables character_Battleground_data and Battleground_template to lower case to solve startup issues (#17)

This commit is contained in:
Caydan
2018-01-28 18:22:07 +01:00
committed by hondacrx
parent 419ee1b882
commit c93e0fdcd0
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ namespace WorldServer
DB.Characters.Execute("UPDATE characters SET online = 0 WHERE online <> 0");
// Battlegroundinstance ids reset at server restart
DB.Characters.Execute("UPDATE character_Battleground_data SET instanceId = 0");
DB.Characters.Execute("UPDATE character_battleground_data SET instanceId = 0");
}
static void WorldUpdateLoop()