mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
chore(core): remove malformed whitespaces (#4244)
* from https://www.codefactor.io/repository/github/azerothcore/azerothcore-wotlk/issues?category=Style&groupId=838&lang=5&page=75
This commit is contained in:
@@ -385,7 +385,6 @@ struct boss_priestess_lackey_commonAI : public ScriptedAI
|
||||
RecalculateThreat();
|
||||
events.ScheduleEvent(EVENT_HELPER_RESET_THREAT, urand(8000, 10000));
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -520,7 +519,6 @@ public:
|
||||
|
||||
struct boss_ellris_duskhallowAI : public boss_priestess_lackey_commonAI
|
||||
{
|
||||
|
||||
boss_ellris_duskhallowAI(Creature* creature) : boss_priestess_lackey_commonAI(creature, AI_TYPE_RANGED) { }
|
||||
|
||||
void EnterCombat(Unit* who) override
|
||||
|
||||
Reference in New Issue
Block a user