aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-04-28 18:00:52 +0200
committerShauren <shauren.trinity@gmail.com>2016-04-28 18:01:04 +0200
commit77d3dde36f51e24eb581a5a2f8decb4d68b4ce78 (patch)
tree1607f48167144ad54a0cc64659304d65b99253cf
parent89271797c5d4cb09a0ad9b3421504443e5275f8c (diff)
nopch build fix
-rw-r--r--src/server/scripts/Spells/spell_monk.cpp5
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
{