mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
*Fix a typo in 1984.
--HG-- branch : trunk
This commit is contained in:
@@ -625,8 +625,7 @@ extern void AddSC_zulaman();
|
||||
void LoadDatabase()
|
||||
{
|
||||
//Get db string from file
|
||||
std::string dbstring;
|
||||
TScriptConfig.GetStringDefault("WorldDatabaseInfo", "");
|
||||
std::string dbstring = TScriptConfig.GetStringDefault("WorldDatabaseInfo", "");
|
||||
|
||||
if (dbstring.empty() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user