From ede00ca86f417d18b685a64930afb26b51bbbbe6 Mon Sep 17 00:00:00 2001 From: Arthur Ice Date: Wed, 26 Mar 2014 16:50:09 -0700 Subject: [PATCH] Removing unneeded local variable warning --- zone/botspellsai.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/zone/botspellsai.cpp b/zone/botspellsai.cpp index 14f243d19..31b7c6e9c 100644 --- a/zone/botspellsai.cpp +++ b/zone/botspellsai.cpp @@ -839,8 +839,6 @@ bool Bot::AICastSpell(Mob* tar, uint8 iChance, uint16 iSpellTypes) { if(castedSpell) { if(botClass != BARD) { if(IsGroupSpell(botSpell.SpellId)){ - Group *g; - if(this->HasGroup()) { Group *g = this->GetGroup();