Removing unneeded local variable warning

This commit is contained in:
Arthur Ice 2014-03-26 16:50:09 -07:00
parent ebedf53ff4
commit ede00ca86f

View File

@ -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();