[DiscordArchive] when i add aura to creature like this
[DiscordArchive] when i add aura to creature like this
Archived author: Rymercyble • Posted: 2023-10-05T18:23:37.543000+00:00
Original source
when i add aura to creature like this
```cpp
if (!creature->HasAura(800000)) {
creature->AddAura(800000, creature);
}
```
there is issue that when it evades aura drops and is reapplied as soon as it stops at spawn point i know there is some way so this doesnt happen but how ?