Skip to content

Commit

Permalink
Merge pull request #49 from michaeldelago/patch-2
Browse files Browse the repository at this point in the history
Fix: add include statement for SpellMgr
  • Loading branch information
Nyeriah authored Aug 2, 2024
2 parents 1ced296 + f7de581 commit ca9c3fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mod_learnspells.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "Player.h"
#include "ScriptMgr.h"
#include "SpellInfo.h"
#include "SpellMgr.h"

class LearnSpellsOnLevelUp : public PlayerScript
{
Expand Down

0 comments on commit ca9c3fe

Please sign in to comment.