From ad6d75615301c9e7b91a173eda6b142c8e78bbb5 Mon Sep 17 00:00:00 2001 From: celguar Date: Sat, 18 Mar 2023 06:50:46 +0300 Subject: [PATCH] Fix client crash Shadowform + potions crash because of wrong displayID sent to clients --- src/game/Spells/SpellAuras.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/Spells/SpellAuras.cpp b/src/game/Spells/SpellAuras.cpp index 4fdee03e89a..0352d3e0348 100755 --- a/src/game/Spells/SpellAuras.cpp +++ b/src/game/Spells/SpellAuras.cpp @@ -4019,6 +4019,7 @@ void Aura::HandleAuraModShapeshift(bool apply, bool Real) Unit* target = GetTarget(); + m_modifier.m_amount = 0; if (ssEntry->modelID_A) { // i will asume that creatures will always take the defined model from the dbc