mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-19 10:14:35 +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:
@@ -455,7 +455,6 @@ public:
|
||||
events.ScheduleEvent(EVENT_SPELL_HARVEST_SOUL, urand(5000, 15000));
|
||||
events.ScheduleEvent(EVENT_TELEPORT, 20000);
|
||||
events.ScheduleEvent(EVENT_CHECK_HEALTH, 1000);
|
||||
|
||||
}
|
||||
|
||||
waveCount++;
|
||||
|
||||
@@ -217,7 +217,6 @@ public:
|
||||
me->SetFloatValue(UNIT_FIELD_COMBATREACH, 2.0f + (0.00025f * sizeTimer));
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
class spell_grobbulus_poison : public SpellScriptLoader
|
||||
|
||||
@@ -212,7 +212,6 @@ public:
|
||||
pInstance->SetData(DATA_IMMORTAL_FAIL, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
events.RepeatEvent(5000);
|
||||
return;
|
||||
|
||||
@@ -183,7 +183,6 @@ public:
|
||||
go->SetGoState(GO_STATE_ACTIVE);
|
||||
}
|
||||
_justSpawned = false;
|
||||
|
||||
}
|
||||
|
||||
void EnterEvadeMode() override
|
||||
|
||||
@@ -93,7 +93,6 @@ public:
|
||||
if (GameObject* go = me->GetMap()->GetGameObject(pInstance->GetData64(DATA_MAEXXNA_GATE)))
|
||||
go->SetGoState(GO_STATE_ACTIVE);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void EnterCombat(Unit* who) override
|
||||
|
||||
@@ -173,7 +173,6 @@ public:
|
||||
}
|
||||
events.RepeatEvent(1000);
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
DoMeleeAttackIfReady();
|
||||
|
||||
@@ -268,7 +268,6 @@ public:
|
||||
case EVENT_FLIGHT_START:
|
||||
if (me->HealthBelowPct(11))
|
||||
{
|
||||
|
||||
return;
|
||||
}
|
||||
events.RepeatEvent(45000);
|
||||
@@ -369,7 +368,6 @@ public:
|
||||
pInstance->SetData(DATA_HUNDRED_CLUB, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
events.RepeatEvent(5000);
|
||||
return;
|
||||
|
||||
@@ -109,7 +109,6 @@ public:
|
||||
sapphironAchievement = true;
|
||||
heiganAchievement = true;
|
||||
immortalAchievement = 1;
|
||||
|
||||
}
|
||||
|
||||
std::set<GameObject*> HeiganEruption[4];
|
||||
@@ -909,7 +908,6 @@ public:
|
||||
else
|
||||
OUT_LOAD_INST_DATA_FAIL;
|
||||
}
|
||||
|
||||
};
|
||||
};
|
||||
class boss_naxxramas_misc : public CreatureScript
|
||||
|
||||
Reference in New Issue
Block a user