mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright (C)
|
||||
# Copyright (C)
|
||||
#
|
||||
# This file is free software; as a special exception the author gives
|
||||
# unlimited permission to copy and/or distribute it, with or without
|
||||
|
||||
@@ -303,7 +303,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
void AddSC_action_ip_logger()
|
||||
{
|
||||
new AccountActionIpLogger();
|
||||
|
||||
@@ -51,7 +51,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
// Theirs
|
||||
/*######
|
||||
## at_coilfang_waterfall
|
||||
@@ -351,7 +350,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
/*######
|
||||
## at_brewfest
|
||||
######*/
|
||||
|
||||
@@ -420,7 +420,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
// Theirs
|
||||
/*####
|
||||
## go_brewfest_music
|
||||
|
||||
@@ -69,4 +69,3 @@ void AddSC_npc_innkeeper()
|
||||
{
|
||||
new npc_innkeeper;
|
||||
}
|
||||
|
||||
|
||||
@@ -220,8 +220,6 @@ enum SpecializationQuests
|
||||
Q_MASTER_POTION = 10897,
|
||||
};
|
||||
|
||||
|
||||
|
||||
/*###
|
||||
# formulas to calculate unlearning cost
|
||||
###*/
|
||||
@@ -1277,7 +1275,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
void AddSC_npc_professions()
|
||||
{
|
||||
new npc_prof_alchemy();
|
||||
|
||||
@@ -304,8 +304,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
enum eTrainingDummy
|
||||
{
|
||||
SPELL_STUN_PERMANENT = 61204
|
||||
@@ -425,7 +423,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
// Theirs
|
||||
/*########
|
||||
# npc_air_force_bots
|
||||
@@ -1845,7 +1842,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
CreatureAI* GetAI(Creature* creature) const override
|
||||
{
|
||||
return new npc_pet_trainerAI(creature);
|
||||
|
||||
Reference in New Issue
Block a user