Changeset 176 for trunk

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

[svn] Fix a bug that summon spells may summon incorrect number of creatures (will find a better way later).

Original author: megamage
Date: 2008-11-05 23:53:13-06:00

Files:
1 modified

Legend:

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

    r174 r176  
    444444                case SPELL_EFFECT_ADD_FARSIGHT: 
    445445                { 
     446                    tmpUnitMap.clear(); 
    446447                    tmpUnitMap.push_back(m_caster); 
    447448                    break;