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

    r102 r229  
    7575 
    7676        // The Unit might be in water and the creature can not enter the water, but has range attack 
    77         // in this case online = true, but accessable = false 
    78         bool isAccessable() const { return iAccessible; } 
     77        // in this case online = true, but accessible = false 
     78        bool isAccessible() const { return iAccessible; } 
    7979 
    8080        // used for temporary setting a threat and reducting it later again.