Fix compile VS2015
This commit is contained in:
parent
ac2d30abe1
commit
e1ddffb2ed
1 changed files with 1 additions and 0 deletions
|
|
@ -2917,6 +2917,7 @@ void World::LoadDBVersion()
|
|||
if (result)
|
||||
{
|
||||
Field* fields = result->Fetch();
|
||||
|
||||
m_DBVersion = fields[0].GetString();
|
||||
|
||||
// will be overwrite by config values if different and non-0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue