Changeset 6 for trunk/src/game/Unit.h

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

[svn] * Added ACE for Linux and Windows (Thanks Derex for Linux part and partial Windows part)
* Updated to 6721 and 676
* Fixed TrinityScript? logo
* Version updated to 0.2.6721.676

Original author: Neo2003
Date: 2008-10-04 06:17:19-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Unit.h

    r2 r6  
    116116 
    117117#define MAX_SPELLMOD 32 
     118 
     119enum SpellFacingFlags 
     120{ 
     121    SPELL_FACING_FLAG_INFRONT = 0x0001 
     122}; 
    118123 
    119124#define BASE_MINDAMAGE 1.0f