[Random bots] Banker pos

This commit is contained in:
Yunfan Li
2024-06-23 12:58:10 +08:00
parent 34bec12851
commit 8972d8fd24

View File

@@ -1332,6 +1332,9 @@ void RandomPlayerbotMgr::PrepareTeleportCache()
"AND t.faction != 35 " "AND t.faction != 35 "
"AND t.faction != 474 " "AND t.faction != 474 "
"AND t.faction != 69 " "AND t.faction != 69 "
"AND t.entry != 30606 "
"AND t.entry != 30608 "
"AND t.faction != 69 "
"AND map IN ({}) " "AND map IN ({}) "
"ORDER BY " "ORDER BY "
"t.minlevel;", sPlayerbotAIConfig->randomBotMapsAsString.c_str()); "t.minlevel;", sPlayerbotAIConfig->randomBotMapsAsString.c_str());