diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-11-30 23:59:38 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2016-11-30 23:59:38 -0300 |
commit | 8a7b0f198c1eeaa7fe2d0a2577be04c6e56d6143 (patch) | |
tree | 3cdfd09a1c43a5d03f5a71ba358c27a22a8159af | |
parent | 306ed76aa7b16ea82155b97adab18534b8a000d0 (diff) |
Scripts/BT: Fix noPCH build
-rw-r--r-- | src/server/scripts/Outland/BlackTemple/boss_gurtogg_bloodboil.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/scripts/Outland/BlackTemple/boss_gurtogg_bloodboil.cpp b/src/server/scripts/Outland/BlackTemple/boss_gurtogg_bloodboil.cpp index 5d5a8ba8788..f0d5aaa16ac 100644 --- a/src/server/scripts/Outland/BlackTemple/boss_gurtogg_bloodboil.cpp +++ b/src/server/scripts/Outland/BlackTemple/boss_gurtogg_bloodboil.cpp @@ -15,13 +15,14 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "black_temple.h" #include "ScriptMgr.h" #include "ScriptedCreature.h" #include "SpellScript.h" #include "PassiveAI.h" #include "GridNotifiers.h" +#include "black_temple.h" + enum Says { SAY_AGGRO = 0, |