[Bots] Move all spell_id instances to uint16 (#4876)

* [Bots] Move all spell_id instances to uint16

* Alignment
This commit is contained in:
nytmyr
2025-05-14 19:58:18 -05:00
committed by GitHub
parent f3697e633c
commit 780120036d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1459,7 +1459,7 @@ BotSpell Bot::GetBestBotSpellForMez(Bot* caster, uint16 spell_type) {
return result;
}
Mob* Bot::GetFirstIncomingMobToMez(Bot* caster, int16 spell_id, uint16 spell_type, bool AE) {
Mob* Bot::GetFirstIncomingMobToMez(Bot* caster, uint16 spell_id, uint16 spell_type, bool AE) {
Mob* result = nullptr;
if (caster && caster->GetOwner()) {