Skip to content

Commit

Permalink
Introduce furor cat form bug from 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TuriansNotBad committed Oct 20, 2023
1 parent 284d838 commit cf19b10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/game/Spells/SpellAuras.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2597,6 +2597,9 @@ void Aura::HandleAuraModShapeshift(bool apply, bool Real)
switch (form)
{
case FORM_CAT:
#if SUPPORTED_CLIENT_BUILD == CLIENT_BUILD_1_11_2
break;
#endif
case FORM_BEAR:
case FORM_DIREBEAR:
{
Expand Down

0 comments on commit cf19b10

Please sign in to comment.