Fix: add include statement for SpellMgr

This commit is contained in:
Mike Delago
2024-08-02 07:44:43 -04:00
committed by GitHub
parent 1ced296be5
commit f7de5815a0

View File

@@ -4,6 +4,7 @@
#include "Player.h"
#include "ScriptMgr.h"
#include "SpellInfo.h"
#include "SpellMgr.h"
class LearnSpellsOnLevelUp : public PlayerScript
{