mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41:29 +00:00
Fix for bot build
This commit is contained in:
parent
a2bef4d999
commit
02e82f1cfc
@ -1912,8 +1912,8 @@ bool Database::CheckDatabaseConvertBotsPostPPDeblob(){
|
|||||||
int runbotsconvert = 0;
|
int runbotsconvert = 0;
|
||||||
|
|
||||||
/* Check For Legacy Bot References */
|
/* Check For Legacy Bot References */
|
||||||
rquery = StringFormat("SHOW CREATE VIEW `vwBotCharacterMobs`");
|
std::string rquery = StringFormat("SHOW CREATE VIEW `vwBotCharacterMobs`");
|
||||||
results = QueryDatabase(rquery);
|
auto results = QueryDatabase(rquery);
|
||||||
if (results.RowCount() == 1){
|
if (results.RowCount() == 1){
|
||||||
auto row = results.begin();
|
auto row = results.begin();
|
||||||
std::string table_check = row[1];
|
std::string table_check = row[1];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user