Changeset 220

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

[svn] Cast on caster for SPELL_EFFECT_TRADE_SKILL.

Original author: megamage
Date: 2008-11-12 10:36:13-06:00

Files:
1 modified

Legend:

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

    r213 r220  
    457457            switch(m_spellInfo->Effect[i]) 
    458458            { 
    459                 case SPELL_EFFECT_PARRY: 
    460                 case SPELL_EFFECT_BLOCK: 
     459                case SPELL_EFFECT_PARRY: // 0 
     460                case SPELL_EFFECT_BLOCK: // 0 
    461461                case SPELL_EFFECT_SKILL: // always with dummy 3 as A 
    462                 case SPELL_EFFECT_LEARN_SPELL: 
     462                case SPELL_EFFECT_LEARN_SPELL: // 0 
     463                case SPELL_EFFECT_TRADE_SKILL: // 0 or 1 
    463464                    tmpUnitMap.push_back(m_caster); 
    464465                    break;