fix(Core/Auras): SPELL_AURA_MOD_SCALE should scale additively instead… (#14425)

...multiplicatively

Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
Angelo Venturini
2023-01-02 20:43:20 -03:00
committed by GitHub
parent f65d229823
commit 9e18b86311
7 changed files with 41 additions and 21 deletions

View File

@@ -45,6 +45,7 @@ public:
void AddToWorld() override;
void RemoveFromWorld() override;
float GetNativeObjectScale() const override;
void SetDisplayId(uint32 modelId) override;
PetType getPetType() const { return m_petType; }