mirror of
https://github.com/azerothcore/mod-learn-spells.git
synced 2026-01-13 00:58:37 +00:00
Fix: add include statement for SpellMgr
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "Player.h"
|
||||
#include "ScriptMgr.h"
|
||||
#include "SpellInfo.h"
|
||||
#include "SpellMgr.h"
|
||||
|
||||
class LearnSpellsOnLevelUp : public PlayerScript
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user