Move bot spdat functions to spdat_bot

This commit is contained in:
nytmyr
2025-01-21 13:13:30 -06:00
parent 37910cf3dc
commit 2301b91e77
9 changed files with 739 additions and 675 deletions
+1 -1
View File
@@ -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;
}