Guest User

Untitled

a guest
Jul 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.51 KB | None | 0 0
  1. diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
  2. index 50c1ef0..00d4ef2 100644
  3. --- a/src/game/Unit.cpp
  4. +++ b/src/game/Unit.cpp
  5. @@ -3249,7 +3249,8 @@ void Unit::SetCurrentCastedSpell( Spell * pSpell )
  6.                  InterruptSpell(CURRENT_CHANNELED_SPELL,false);
  7.              }
  8.              // special action: set first cast flag
  9. -            m_AutoRepeatFirstCast = true;
  10. +            if (pSpell->m_spellInfo->Id != 75)
  11. +                m_AutoRepeatFirstCast = true;
  12.          } break;
  13.  
  14.          default:
Add Comment
Please, Sign In to add comment