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

[svn] * Minor code fixes
* Move account related functions from ObjectMgr? to AccountMgr? and drop duplicate functions - source mangos
* recognize the dummy spells 38637, 38638 and 38639 as negative - source mangos
* added new command ".reload all_locales". Now all locales_* tables can be reloaded - source mangos

Original author: KingPin?
Date: 2008-10-20 12:59:45-05:00

Files:
1 modified

Legend:

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

    r70 r79  
    30843084        case SUMMON_TYPE_CRITTER: 
    30853085        case SUMMON_TYPE_CRITTER2: 
     3086        case SUMMON_TYPE_CRITTER3: 
    30863087            EffectSummonCritter(i); 
    30873088            break; 
     
    30983099        case SUMMON_TYPE_UNKNOWN4: 
    30993100        case SUMMON_TYPE_UNKNOWN5: 
    3100         case SUMMON_TYPE_UNKNOWN6: 
    31013101            break; 
    31023102        default: