mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-21 06:28:22 +00:00
unneeded local variable warning removed
This commit is contained in:
+1
-1
@@ -16718,7 +16718,7 @@ void Bot::BotGroupSay(Mob *speaker, const char *msg, ...)
|
|||||||
|
|
||||||
bool Bot::UseDiscipline(uint32 spell_id, uint32 target) {
|
bool Bot::UseDiscipline(uint32 spell_id, uint32 target) {
|
||||||
//make sure we have the spell...
|
//make sure we have the spell...
|
||||||
int r;
|
//int r;
|
||||||
/*for(r = 0; r < MAX_PP_DISCIPLINES; r++) {
|
/*for(r = 0; r < MAX_PP_DISCIPLINES; r++) {
|
||||||
if(m_pp.disciplines.values[r] == spell_id)
|
if(m_pp.disciplines.values[r] == spell_id)
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user