aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-07-31 16:11:56 +0200
committerOvahlord <dreadkiller@gmx.de>2024-07-31 16:11:56 +0200
commit7ded8757ddc5062738f6e189beab39c865a178b5 (patch)
tree76e28d0b9caaec0b54c53f1647abd4ee9241c36a /src
parent947fd260a84aad1f1739a1a71394d7e49ea38f84 (diff)
nopch fix
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Spells/spell_rogue.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_rogue.cpp b/src/server/scripts/Spells/spell_rogue.cpp
index 45474c7135c..0a8ba0a7e0a 100644
--- a/src/server/scripts/Spells/spell_rogue.cpp
+++ b/src/server/scripts/Spells/spell_rogue.cpp
@@ -22,6 +22,7 @@
*/
#include "ScriptMgr.h"
+#include "Spell.h"
#include "SpellInfo.h"
#include "SpellScript.h"
#include "Unit.h"