Skip to content

Commit bbcb580

Browse files
insunaakillerwife
authored andcommitted
BossAI: Ensure CreatureInfo exists before access
1 parent e1403ce commit bbcb580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/AI/ScriptDevAI/base/BossAI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ void BossAI::EnterEvadeMode()
105105
void BossAI::AddRespawnOnEvade(std::chrono::seconds delay)
106106
{
107107
m_respawnDelay = delay.count();
108-
}
108+
}

0 commit comments

Comments
 (0)