mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(Scripts/SunwellPleateau): Remove invincibility from human kalecgos (#21369)
This commit is contained in:
@@ -282,10 +282,7 @@ enum Kalec
|
||||
|
||||
struct boss_kalec : public ScriptedAI
|
||||
{
|
||||
boss_kalec(Creature* creature) : ScriptedAI(creature)
|
||||
{
|
||||
SetInvincibility(true);
|
||||
}
|
||||
boss_kalec(Creature* creature) : ScriptedAI(creature) { }
|
||||
|
||||
void Reset() override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user