From be63bf07ebd3e611d21d41a33053764ef6d15789 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:57:51 +0100 Subject: [PATCH] Update boss_lord_kazzak.cpp - fix compilation error Related to: https://github.com/ZhengPeiRu21/mod-individual-progression/issues/407 this issue was caused by recent AzerothCore updates --- src/vanillaScripts/boss_lord_kazzak.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vanillaScripts/boss_lord_kazzak.cpp b/src/vanillaScripts/boss_lord_kazzak.cpp index 3b37eb1..9f3f851 100644 --- a/src/vanillaScripts/boss_lord_kazzak.cpp +++ b/src/vanillaScripts/boss_lord_kazzak.cpp @@ -22,6 +22,7 @@ #include "ScriptMgr.h" #include "ScriptedCreature.h" #include "SpellAuraEffects.h" +#include "SpellMgr.h" #include "SpellScript.h" #include "ProgressionSystem.h"