feat(CI/Codestyle): added codestyle check (#3668)

This commit is contained in:
Kargatum
2021-01-09 17:59:50 +07:00
committed by GitHub
parent 57aa46244d
commit ea93a5c1a1
400 changed files with 238 additions and 748 deletions

View File

@@ -94,7 +94,6 @@ public:
}
}
void UpdateAI(uint32 diff) override
{
if (!UpdateVictim())
@@ -119,7 +118,7 @@ public:
break;
case EVENT_UNROOT:
me->SetControlled(false, UNIT_STATE_ROOT);
break;
case EVENT_SPELL_BLIZZARD:
if (Unit* target = SelectTarget(SELECT_TARGET_RANDOM, 0, 45.0f, true))

View File

@@ -34,7 +34,6 @@ enum Yells
SAY_BOTH_ADDS_KILLED = 5
};
enum eEvents
{
EVENT_SPELL_BLOODLUST = 1,
@@ -220,7 +219,6 @@ enum eGuardEvents
EVENT_SPELL_STRIKE
};
class npc_erekem_guard : public CreatureScript
{
public:

View File

@@ -291,8 +291,6 @@ public:
};
};
class npc_ichor_globule : public CreatureScript
{
public:

View File

@@ -542,8 +542,6 @@ public:
};
};
class npc_azure_binder : public CreatureScript
{
public:
@@ -1162,7 +1160,6 @@ public:
}
};
class go_violet_hold_gate_lever : public GameObjectScript
{
public: