mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
Fix compile VS2015
This commit is contained in:
@@ -2917,6 +2917,7 @@ void World::LoadDBVersion()
|
|||||||
if (result)
|
if (result)
|
||||||
{
|
{
|
||||||
Field* fields = result->Fetch();
|
Field* fields = result->Fetch();
|
||||||
|
|
||||||
m_DBVersion = fields[0].GetString();
|
m_DBVersion = fields[0].GetString();
|
||||||
|
|
||||||
// will be overwrite by config values if different and non-0
|
// will be overwrite by config values if different and non-0
|
||||||
|
|||||||
Reference in New Issue
Block a user