mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(Core/TempleOfAhnQiraj): Fankriss pull range (#13143)
This commit is contained in:
@@ -51,7 +51,10 @@ const std::array<uint32, 3> entangleSpells = { SPELL_ENTANGLE_RIGHT, SPELL_ENTAN
|
||||
|
||||
struct boss_fankriss : public BossAI
|
||||
{
|
||||
boss_fankriss(Creature* creature) : BossAI(creature, DATA_FANKRISS) { }
|
||||
boss_fankriss(Creature* creature) : BossAI(creature, DATA_FANKRISS)
|
||||
{
|
||||
me->m_CombatDistance = 80.f;
|
||||
}
|
||||
|
||||
void Reset() override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user