File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ class buff_npc : public CreatureScript
134
134
buff_npc () : CreatureScript(" buff_npc" ) {}
135
135
136
136
/* * 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
+ * */
138
139
static uint GetSpellForLevel (uint32 spell_id, Player *player)
139
140
{
140
141
uint32 level = player->getLevel ();
@@ -235,7 +236,6 @@ class buff_npc : public CreatureScript
235
236
// Who are we dealing with?
236
237
std::string CreatureWhisper = " Init" ;
237
238
std::string PlayerName = player->GetName ();
238
- std::vector<uint32> vecBuffChainSizes = {};
239
239
240
240
// Store Buff IDs
241
241
std::vector<uint32> vecBuffs = {};
You can’t perform that action at this time.
0 commit comments