Skip to content

Commit 8fdfa41

Browse files
authored
Update npc_buffer.cpp
Fix compilation errors. See issue #40
1 parent 9dc598d commit 8fdfa41

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)