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/SharedDefines.h

    r226 r229  
    200200 
    201201#define SPELL_ATTR_UNK0                           0x00000001            // 0 
    202 #define SPELL_ATTR_RANGED                         0x00000002            // 1 All ranged abilites have this flag 
     202#define SPELL_ATTR_RANGED                         0x00000002            // 1 All ranged abilities have this flag 
    203203#define SPELL_ATTR_ON_NEXT_SWING_1                0x00000004            // 2 on next swing 
    204204#define SPELL_ATTR_UNK3                           0x00000008            // 3 not set in 2.4.2 
     
    737737    (1<<MECHANIC_DAZE    )|(1<<MECHANIC_SAPPED   ) ) 
    738738 
    739 // Spell dispell type 
     739// Spell dispel type 
    740740enum DispelType 
    741741{