diff options
author | p0wer <none@none> | 2009-12-28 15:40:56 -0600 |
---|---|---|
committer | p0wer <none@none> | 2009-12-28 15:40:56 -0600 |
commit | c833ff59e14bc02770219662832ae4fe940c5037 (patch) | |
tree | 549cb10d97820460833e2ffa60c4d50e5d08d340 | |
parent | 31e96989ea4b3c1e86edb5fe266f0e53d1640b78 (diff) |
Forgot to add the new header to SpellAuras.cpp in last commit. Sorry about that. Thanks Kiper.
--HG--
branch : trunk
-rw-r--r-- | src/game/SpellAuras.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 44be617f8b9..00d211ccf2c 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -31,6 +31,7 @@ #include "Player.h" #include "Unit.h" #include "Spell.h" +#include "SpellId.h" #include "DynamicObject.h" #include "Group.h" #include "UpdateData.h" |