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.
2 parents c090b39 + 8fdfa41 commit 9395724Copy full SHA for 9395724
src/npc_buffer.cpp
@@ -137,7 +137,7 @@ class buff_npc : public CreatureScript
137
/** Get the most level-appropriate spell from the chain,
138
* based on character level compared to max level (MaxLevel)
139
* */
140
- static uint GetSpellForLevel(uint32 spell_id, Player *player)
+ static uint32 GetSpellForLevel(uint32 spell_id, Player *player)
141
{
142
uint32 level = player->GetLevel();
143
0 commit comments