Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pappons committed Jul 1, 2024
1 parent 4c3f353 commit f34c1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/npc_buffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ class buff_npc : public CreatureScript
buff_npc() : CreatureScript("buff_npc") {}

/** Get the most level-appropriate spell from the chain,
* based on character level compared to max level (MaxLevel) */
* based on character level compared to max level (MaxLevel)
* */
static uint GetSpellForLevel(uint32 spell_id, Player *player)
{
uint32 level = player->getLevel();
Expand Down Expand Up @@ -235,7 +236,6 @@ class buff_npc : public CreatureScript
// Who are we dealing with?
std::string CreatureWhisper = "Init";
std::string PlayerName = player->GetName();
std::vector<uint32> vecBuffChainSizes = {};

// Store Buff IDs
std::vector<uint32> vecBuffs = {};
Expand Down

0 comments on commit f34c1de

Please sign in to comment.