mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 18:43:48 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -128,7 +128,6 @@ public:
|
||||
if (!UpdateVictim())
|
||||
return;
|
||||
|
||||
|
||||
switch (eventId)
|
||||
{
|
||||
case EVENT_SPELL_ATTRACT_MAGIC:
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
* Originally written by Xinef - Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
|
||||
*/
|
||||
|
||||
|
||||
#include "ScriptMgr.h"
|
||||
#include "ScriptedCreature.h"
|
||||
#include "Player.h"
|
||||
|
||||
@@ -28,7 +28,6 @@ enum Events
|
||||
EVENT_DARK_SHELL
|
||||
};
|
||||
|
||||
|
||||
class boss_pandemonius : public CreatureScript
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -29,4 +29,3 @@ enum slNPCandGO
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user