refactor(Scripts/EasternKingdoms): remove unused imports (#19457)

This commit is contained in:
Francesco Borzì
2024-07-23 13:56:46 +02:00
committed by GitHub
parent e592fdd248
commit e8bd391505
21 changed files with 22 additions and 21 deletions

View File

@@ -20,6 +20,8 @@
#include "SpellScriptLoader.h"
#include "TemporarySummon.h"
#include "shadowfang_keep.h"
#include "SpellAuraEffects.h"
#include "SpellScript.h"
enum Spells
{

View File

@@ -19,8 +19,6 @@
#define DEF_SHADOWFANG_H
#include "CreatureAIImpl.h"
#include "SpellAuraEffects.h"
#include "SpellScript.h"
#define DataHeader "SK"
#define ShadowfangKeepScriptName "instance_shadowfang_keep"