From 46eec986b7927b1fb5fb9374484c13ea5fb90a32 Mon Sep 17 00:00:00 2001 From: Arthur Ice Date: Wed, 26 Mar 2014 17:28:54 -0700 Subject: [PATCH] unneeded local variable warning removed --- zone/bot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/bot.cpp b/zone/bot.cpp index d5eef97bf..764352704 100644 --- a/zone/bot.cpp +++ b/zone/bot.cpp @@ -16718,7 +16718,7 @@ void Bot::BotGroupSay(Mob *speaker, const char *msg, ...) bool Bot::UseDiscipline(uint32 spell_id, uint32 target) { //make sure we have the spell... - int r; + //int r; /*for(r = 0; r < MAX_PP_DISCIPLINES; r++) { if(m_pp.disciplines.values[r] == spell_id) break;