mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
Call RemoveAura now instead of Depop when we need to
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user