mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 01:23:47 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -45,7 +45,6 @@ enum Misc
|
||||
EVENT_SPELL_VOID_BOLT = 9
|
||||
};
|
||||
|
||||
|
||||
#define INNER_PORTAL_RADIUS 14.0f
|
||||
#define OUTER_PORTAL_RADIUS 28.0f
|
||||
#define CENTER_X 432.909f
|
||||
@@ -54,7 +53,6 @@ enum Misc
|
||||
#define CENTER_O 1.06421f
|
||||
#define PORTAL_Z 17.005f
|
||||
|
||||
|
||||
class boss_high_astromancer_solarian : public CreatureScript
|
||||
{
|
||||
public:
|
||||
@@ -301,4 +299,3 @@ void AddSC_boss_high_astromancer_solarian()
|
||||
new spell_astromancer_wrath_of_the_astromancer();
|
||||
new spell_astromancer_solarian_transform();
|
||||
}
|
||||
|
||||
|
||||
@@ -89,7 +89,6 @@ enum Spells
|
||||
SPELL_NETHER_BEAM = 35869,
|
||||
SPELL_NETHER_BEAM_DAMAGE = 35873,
|
||||
|
||||
|
||||
SPELL_REMOTE_TOY_STUN = 37029
|
||||
};
|
||||
|
||||
|
||||
@@ -122,4 +122,3 @@ void AddSC_boss_void_reaver()
|
||||
{
|
||||
new boss_void_reaver();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user