mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -291,8 +291,6 @@ public:
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
class npc_ichor_globule : public CreatureScript
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user