Call RemoveAura now instead of Depop when we need to

This commit is contained in:
Michael Cook (mackal)
2017-07-20 13:24:55 -04:00
parent f97693f8e1
commit 7d5089f5e8
3 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ public:
bool IsAura() const { return true; }
bool Process();
void Depop(bool unused = false);
void Depop(bool skip_strip = false);
Mob *GetOwner();
void ProcessOnAllFriendlies(Mob *owner);