diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2018-03-09 16:14:42 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2018-03-09 16:14:42 -0300 |
| commit | 94333b734dd8fd5622b0461d4b1f822350fbdb9d (patch) | |
| tree | 979f79b29ff59af81368508696be1bdb068f7d23 /src/server/scripts | |
| parent | 334fcbf40f4998ce43c6a512a47e39b91a66c175 (diff) | |
Core/Misc: nopch fixes, hopefully the last
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp index 9fc21a5ba9d..55fe398cedc 100644 --- a/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp +++ b/src/server/scripts/Outland/Auchindoun/ShadowLabyrinth/shadow_labyrinth.cpp @@ -19,6 +19,7 @@ #include "SpellMgr.h" #include "SpellScript.h" #include "SpellAuraEffects.h" +#include "Unit.h" enum Spells { |
