fix(Core/Pets): Corrected pet speed catchup system. (#7131)

This commit is contained in:
UltraNix
2021-08-04 07:05:27 +02:00
committed by GitHub
parent 075185e961
commit d0b994496f
2 changed files with 3 additions and 27 deletions

View File

@@ -2625,7 +2625,6 @@ private:
bool m_duringRemoveFromWorld; // lock made to not add stuff after begining removing from world
uint32 _oldFactionId; ///< faction before charm
bool m_petCatchUp;
float processDummyAuras(float TakenTotalMod) const;
};