b8baf73d19884b1554d3d65921e09915c65a6eb5
Instance bots (JIT bots for BG/dungeon) should NEVER run quest behavior. This was causing crashes when: 1. Bot worker thread calls QuestAcceptanceManager::AcceptQuest 2. SmartAI::OnQuestAccept is triggered 3. SmartScript (not thread-safe) crashes with memory corruption Fix: Check IsInstanceBot() in both IsActive() and GetRelevance() to completely disable quest strategy for instance bots. Co-Authored-By: Claude Opus 4.5 <[email protected]> Signed-off-by: luis <[email protected]>
WowCommunityProject
Blizzlike WowCommunity project
Languages
C++
89.3%
C
10.1%
CMake
0.4%