ARCEMU - ROGUE SKILL - Tweak Suggestion
Post Last Edit by xephora at 2010-7-23 05:16
IMPROVED SPRINT FOR ROGUE:
137 bool ImprovedSprint(uint32 i, Spell* pSpell)
138 {
139 if( i == 0 )
140 {
141 Unit *target = pSpell->GetUnitTarget();
142 if (target == NULL)
143 return true;
144
145 target->RemoveAllAurasByMechanic(MECHANIC_ENSNARED, -1, true);
146 target->RemoveAllAurasByMechanic(MECHANIC_ROOTED, -1, true);
147 }
148
149 return true;
150 }
In 2.4.3. Improvedsprint being able to mitigate stun and cyclone abilities.
----------------------------------------------------------------------------------------------------------------------- |