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
@@ -635,7 +635,7 @@ public:
void AddAura(Aura *aura, AuraRecord &record);
void AddTrap(Aura *aura, AuraRecord &record);
bool CanSpawnAura(bool trap);
void RemoveAura(int spawn_id, bool expired = false);
void RemoveAura(int spawn_id, bool skip_strip = false, bool expired = false);
void RemoveAllAuras();
inline AuraMgr &GetAuraMgr() { return aura_mgr; } // mainly used for zone db loading/saving