From 4b41d2b8e8ce16a4e29b73b92cf30c249337c1f4 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 8 Dec 2019 20:18:43 +0100 Subject: [PATCH] Core/Spells: added missing include to warrior spell scripts --- src/server/scripts/Spells/spell_warrior.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/Spells/spell_warrior.cpp b/src/server/scripts/Spells/spell_warrior.cpp index 91ce9f28895..73229a3d94c 100644 --- a/src/server/scripts/Spells/spell_warrior.cpp +++ b/src/server/scripts/Spells/spell_warrior.cpp @@ -24,6 +24,7 @@ #include "ScriptMgr.h" #include "CellImpl.h" #include "Item.h" +#include "ItemTemplate.h" #include "Player.h" #include "Random.h" #include "SpellAuraEffects.h"