mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-20 17:31:30 +00:00
[Cleanup] Remove unnecessary setting of spell_type_index in Bot::GetChanceToCastBySpellType() (#3243)
# Notes - The default is already `SPELL_TYPE_COUNT`, no need to set it again.
This commit is contained in:
parent
90984c3215
commit
470392021b
@ -2993,9 +2993,9 @@ uint8 Bot::GetChanceToCastBySpellType(uint32 spellType)
|
|||||||
spell_type_index = spellTypeIndexPreCombatBuffSong;
|
spell_type_index = spellTypeIndexPreCombatBuffSong;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
spell_type_index = SPELL_TYPE_COUNT;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (spell_type_index >= SPELL_TYPE_COUNT)
|
if (spell_type_index >= SPELL_TYPE_COUNT)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user