From 8972d8fd24797de1d95dbc60a083424130ecd025 Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Sun, 23 Jun 2024 12:58:10 +0800 Subject: [PATCH] [Random bots] Banker pos --- src/RandomPlayerbotMgr.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/RandomPlayerbotMgr.cpp b/src/RandomPlayerbotMgr.cpp index fd30576a..1c320ebd 100644 --- a/src/RandomPlayerbotMgr.cpp +++ b/src/RandomPlayerbotMgr.cpp @@ -1332,6 +1332,9 @@ void RandomPlayerbotMgr::PrepareTeleportCache() "AND t.faction != 35 " "AND t.faction != 474 " "AND t.faction != 69 " + "AND t.entry != 30606 " + "AND t.entry != 30608 " + "AND t.faction != 69 " "AND map IN ({}) " "ORDER BY " "t.minlevel;", sPlayerbotAIConfig->randomBotMapsAsString.c_str());