Show
Ignore:
Timestamp:
11/19/08 13:49:22 (17 years ago)
Author:
yumileroy
Message:

[svn] Fix the bug that next melee spells and auto shoot do not work.

Original author: megamage
Date: 2008-11-15 10:21:37-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Unit.cpp

    r233 r236  
    33053305                m_AutoRepeatFirstCast = true; 
    33063306            } 
     3307            addUnitState(UNIT_STAT_CASTING); 
    33073308        } break; 
    33083309 
     
    33173318                m_currentSpells[CURRENT_AUTOREPEAT_SPELL]->m_spellInfo->Category == 351 ) 
    33183319                InterruptSpell(CURRENT_AUTOREPEAT_SPELL); 
     3320            addUnitState(UNIT_STAT_CASTING); 
    33193321        } break; 
    33203322