mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -656,7 +656,7 @@ public:
|
||||
}
|
||||
|
||||
void RespawnDragons(bool checkCombat)
|
||||
{
|
||||
{
|
||||
for (uint8 i = 0; i < MAX_DRAGONS; ++i)
|
||||
{
|
||||
if (instance->GetBossState(dragons[i]) == DONE)
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include "ruby_sanctum.h"
|
||||
#include "Player.h"
|
||||
|
||||
|
||||
enum Texts
|
||||
{
|
||||
// Shared
|
||||
@@ -1466,7 +1465,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
void AddSC_boss_halion()
|
||||
{
|
||||
new boss_halion();
|
||||
|
||||
Reference in New Issue
Block a user