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

@@ -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

View File

@@ -303,7 +303,6 @@ public:
}
};
void AddSC_action_ip_logger()
{
new AccountActionIpLogger();

View File

@@ -51,7 +51,6 @@ public:
}
};
// Theirs
/*######
## at_coilfang_waterfall
@@ -351,7 +350,6 @@ public:
}
};
/*######
## at_brewfest
######*/

View File

@@ -420,7 +420,6 @@ public:
}
};
// Theirs
/*####
## go_brewfest_music

View File

@@ -69,4 +69,3 @@ void AddSC_npc_innkeeper()
{
new npc_innkeeper;
}

View File

@@ -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();

View File

@@ -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);