mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 18:47:35 +00:00
Removing unneeded local variable warning
This commit is contained in:
@@ -839,8 +839,6 @@ bool Bot::AICastSpell(Mob* tar, uint8 iChance, uint16 iSpellTypes) {
|
|||||||
if(castedSpell) {
|
if(castedSpell) {
|
||||||
if(botClass != BARD) {
|
if(botClass != BARD) {
|
||||||
if(IsGroupSpell(botSpell.SpellId)){
|
if(IsGroupSpell(botSpell.SpellId)){
|
||||||
Group *g;
|
|
||||||
|
|
||||||
if(this->HasGroup()) {
|
if(this->HasGroup()) {
|
||||||
Group *g = this->GetGroup();
|
Group *g = this->GetGroup();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user