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
@@ -1039,7 +1039,7 @@ namespace Game
scriptNamesStorage.Add("");
SQLResult result = DB.World.Query(
"SELECT DISTINCT(ScriptName) FROM Battleground_template WHERE ScriptName <> '' " +
"SELECT DISTINCT(ScriptName) FROM battleground_template WHERE ScriptName <> '' " +
"UNION SELECT DISTINCT(ScriptName) FROM conversation_template WHERE ScriptName <> '' " +
"UNION SELECT DISTINCT(ScriptName) FROM creature WHERE ScriptName <> '' " +
"UNION SELECT DISTINCT(ScriptName) FROM creature_template WHERE ScriptName <> '' " +