diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-04-28 18:00:52 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-28 18:01:04 +0200 |
commit | 77d3dde36f51e24eb581a5a2f8decb4d68b4ce78 (patch) | |
tree | 1607f48167144ad54a0cc64659304d65b99253cf | |
parent | 89271797c5d4cb09a0ad9b3421504443e5275f8c (diff) |
nopch build fix
-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 { |