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

[svn] *** Source: MaNGOS ***
* Fixed build extractor at Windows Vista. Author: Vladimir
* Fixed comment text and code indentifiers spelling. Author: Vladimir & Paradox.
* Access cached member lists in guild handlers instead of querying the DB. Author: Hunuza
* Small fixes in send/received packet and simple code cleanup also. Author: Vladimir
* Not output error at loading empty character_ticket table. Author: Vladimir
* Not reset display model at shapeshift aura remove if it not set at apply. Author: Arthorius
* Applied props to few files.

Original author: visagalis
Date: 2008-11-14 16:28:45-06:00

Files:
1 modified

Legend:

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

    r228 r229  
    366366    m_powerCost = 0;                                        // setup to correct value in Spell::prepare, don't must be used before. 
    367367    m_casttime = 0;                                         // setup to correct value in Spell::prepare, don't must be used before. 
    368     m_timer = 0;                                            // will set to castime in preper 
     368    m_timer = 0;                                            // will set to castime in prepare 
    369369 
    370370    m_needAliveTargetMask = 0; 
     
    16801680                    TagUnitMap.push_back(target); 
    16811681        }break; 
    1682         // TARGET_SINGLE_PARTY means that the spells can only be casted on a party member and not on the caster (some sceals, fire shield from imp, etc..) 
     1682        // TARGET_SINGLE_PARTY means that the spells can only be casted on a party member and not on the caster (some seals, fire shield from imp, etc..) 
    16831683        case TARGET_SINGLE_PARTY: 
    16841684        {