diff options
-rw-r--r-- | src/server/scripts/Spells/spell_monk.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/server/scripts/Spells/spell_monk.cpp b/src/server/scripts/Spells/spell_monk.cpp index a92ab8ab624..904089bc451 100644 --- a/src/server/scripts/Spells/spell_monk.cpp +++ b/src/server/scripts/Spells/spell_monk.cpp @@ -20,10 +20,11 @@ * Scriptnames of files in this file should be prefixed with "spell_monk_". */ -#include "SpellScript.h" #include "ScriptMgr.h" -#include "Unit.h" #include "SpellAuraEffects.h" +#include "SpellMgr.h" +#include "SpellScript.h" +#include "Unit.h" enum MonkSpells { |