Skip to content

Commit 9395724

Browse files
authored
Merge pull request #41 from jtansley/patch-1
2 parents c090b39 + 8fdfa41 commit 9395724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/npc_buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class buff_npc : public CreatureScript
137137
/** Get the most level-appropriate spell from the chain,
138138
* based on character level compared to max level (MaxLevel)
139139
* */
140-
static uint GetSpellForLevel(uint32 spell_id, Player *player)
140+
static uint32 GetSpellForLevel(uint32 spell_id, Player *player)
141141
{
142142
uint32 level = player->GetLevel();
143143

0 commit comments

Comments
 (0)