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
This commit is contained in:
Grimfeather
2024-10-31 10:57:51 +01:00
committed by GitHub
parent 8cf7afe5ae
commit be63bf07eb

View File

@@ -22,6 +22,7 @@
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellAuraEffects.h"
#include "SpellMgr.h"
#include "SpellScript.h"
#include "ProgressionSystem.h"