mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 00:06:36 +00:00
Move bot spdat functions to spdat_bot
This commit is contained in:
@@ -509,7 +509,7 @@ void bot_command_cast(Client* c, const Seperator* sep)
|
||||
Mob* new_tar = tar;
|
||||
|
||||
if (!aa_type && !by_spell_id) {
|
||||
if (!SpellTypeRequiresTarget(spell_type)) {
|
||||
if (!BotSpellTypeRequiresTarget(spell_type)) {
|
||||
new_tar = bot_iter;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user