Skip to content

Commit 97395fd

Browse files
Merge AzerothCore 3.3.5 to ElunaAzerothcore [skip ci]
2 parents 1b23460 + 3678096 commit 97395fd

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ CMakeLists.txt.user
5454
*.LOCAL.*
5555

5656
#
57-
# AI tools
57+
# Claude
5858
#
59-
.claude
59+
.claude/worktrees
60+
.claude/settings.local.json
61+
.claude/plans/**
6062

6163
#
6264
# IDE & other software

src/server/scripts/Northrend/Ulduar/Ulduar/boss_kologarn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ struct boss_kologarn : public BossAI
441441
{
442442
events.ScheduleEvent(EVENT_FOCUSED_EYEBEAM, 20s);
443443
me->CastSpell(me, SPELL_FOCUSED_EYEBEAM_SUMMON, false);
444-
Talk(EMOTE_EYES);
445444
return;
446445
}
447446
case EVENT_RESTORE_ARM_LEFT:
@@ -605,6 +604,7 @@ struct boss_kologarn_eyebeam : public ScriptedAI
605604
if (Creature* cr = _instance->GetCreature(BOSS_KOLOGARN))
606605
{
607606
me->CastSpell(cr, me->GetEntry() == NPC_EYE_LEFT ? SPELL_FOCUSED_EYEBEAM_LEFT : SPELL_FOCUSED_EYEBEAM_RIGHT, true);
607+
cr->AI()->Talk(EMOTE_EYES, player);
608608
}
609609
}
610610
}

0 commit comments

Comments
 (0)