Core/Spells: added missing include to warrior spell scripts

This commit is contained in:
Ovahlord
2019-12-08 20:18:43 +01:00
parent 38fefdcc80
commit 4b41d2b8e8

View File

@@ -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"