mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
miscs
This commit is contained in:
@@ -1879,7 +1879,7 @@ bool PlayerbotAI::HasAura(std::string const name, Unit* unit, bool maxStack, boo
|
||||
return false;
|
||||
}
|
||||
|
||||
bool PlayerbotAI::HasAura(uint32 spellId, Unit const* unit)
|
||||
bool PlayerbotAI::HasAura(uint32 spellId, Unit const* unit)
|
||||
{
|
||||
if (!spellId || !unit)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user