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/Spell.cpp

    r231 r236  
    21432143        m_selfContainer = &(m_caster->m_currentSpells[GetCurrentContainer()]); 
    21442144        SendSpellStart(); 
    2145         m_caster->addUnitState(UNIT_STAT_CASTING); 
    21462145    } 
    21472146}