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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user