Skip to content

Commit f34c1de

Browse files
committed
Removed unused variable
1 parent 4c3f353 commit f34c1de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/npc_buffer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ class buff_npc : public CreatureScript
134134
buff_npc() : CreatureScript("buff_npc") {}
135135

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

240240
// Store Buff IDs
241241
std::vector<uint32> vecBuffs = {};

0 commit comments

Comments
 (0)