aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-05-16 16:35:15 +0200
committerShauren <shauren.trinity@gmail.com>2016-05-16 16:35:15 +0200
commit316afd97e054fe3abf6199fb8dc08014737f24a5 (patch)
tree6372cded9115bef457aa182d00fbba2f8ba6938d /src
parent0be1e269f643a47813a4af8f67596a678be8e5d9 (diff)
And nopch fix too
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Spells/spell_shaman.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_shaman.cpp b/src/server/scripts/Spells/spell_shaman.cpp
index f6af68eb0c9..24a44c610f6 100644
--- a/src/server/scripts/Spells/spell_shaman.cpp
+++ b/src/server/scripts/Spells/spell_shaman.cpp
@@ -23,6 +23,7 @@
#include "ScriptMgr.h"
#include "CellImpl.h"
+#include "CreatureAIImpl.h" // for RAND()
#include "GridNotifiersImpl.h"
#include "Player.h"
#include "SpellScript.h"