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:
@@ -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 <> '' " +
|
||||
|
||||
Reference in New Issue
Block a user