fix(Scripts/RazorfenDowns): prevent Belnistrasz evade during channeling (#25431)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dce82d7105
commit
06e3ef3ae8
1 changed files with 10 additions and 0 deletions
|
|
@ -100,6 +100,16 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
void JustExitedCombat() override
|
||||
{
|
||||
if (channeling)
|
||||
{
|
||||
EngagementOver();
|
||||
return;
|
||||
}
|
||||
CreatureAI::JustExitedCombat();
|
||||
}
|
||||
|
||||
void JustEngagedWith(Unit* who) override
|
||||
{
|
||||
if (channeling)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue