Show
Ignore:
Timestamp:
11/22/08 16:14:42 (17 years ago)
Author:
yumileroy
Message:

*Update to Mangos 6842. Source: Mangos.

Original author: megamage
Date: 2008-11-22 09:51:35-06:00

Files:
1 modified

Legend:

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

    r288 r290  
    96239623void Unit::SetPower(Powers power, uint32 val) 
    96249624{ 
     9625    if(GetPower(power) == val) 
     9626        return; 
     9627 
    96259628    uint32 maxPower = GetMaxPower(power); 
    96269629    if(maxPower < val)