ZhengPeiRu21 / mod-individual-progression

AzerothCore Individual Progression Module
MIT License
118 stars 54 forks source link

Compilation error #407

Closed gutoukuaiken closed 3 weeks ago

gutoukuaiken commented 4 weeks ago

Azerothcore Commits: 0b6aebaf0a2adba261e366bd6abd6c371bc2714b individual-progression Commits: 28319a16f6d1eddfa31551249b62f71dc48923e9 A compilation error occurred: Error C2065 "sSpellMgr" : Undeclared identifier modules C:\develop\azerothcore\modules\mod-individual-progression\src\vanillaScripts\boss_lord_kazzak.cpp 214

Grimfeather commented 4 weeks ago

can be fixed by adding

include "SpellMgr.h"

at the top of the boss_lord_kazzak.cpp file. I'll make a PR

ZhengPeiRu21 commented 3 weeks ago

This should now be resolved. Thanks for reporting the issue!