Skip to content

Commit

Permalink
Fix client crash
Browse files Browse the repository at this point in the history
Shadowform + potions crash because of wrong displayID sent to clients
  • Loading branch information
celguar committed Mar 18, 2023
1 parent f9fd609 commit d349587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/Spells/SpellAuras.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d349587

Please sign in to comment.