We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bf540 commit 580fef0Copy full SHA for 580fef0
src/npc_buffer.cpp
@@ -138,7 +138,7 @@ class buff_npc : public CreatureScript
138
* */
139
static uint GetSpellForLevel(uint32 spell_id, Player *player)
140
{
141
- uint32 level = player->getLevel();
+ uint32 level = player->GetLevel();
142
143
// if the character is level max level or higher, return the last spell in the chain
144
if (level >= MaxLevel)
0 commit comments