Changeset 74 for trunk/src/game/Unit.cpp

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

[svn] * Fixed compile from r78
* Fixed: not apply healling bonus to spell 40972 heal amount. - Source Mangos
* Item 30627 hidden cooldown - Source Mangos
* Fixed Trinityrealm autopatching system - Source Arrai
* Add support for autoconf 2.6.2 and newer - Source Derex
Some decent sized changes, please test before deploying - KP

Original author: KingPin?
Date: 2008-10-19 21:08:34-05:00

Files:
1 modified

Legend:

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

    r71 r74  
    77657765 
    77667766    // These Spells are doing fixed amount of healing (TODO found less hack-like check) 
    7767     if(spellProto->Id == 15290 || spellProto->Id == 39373 || spellProto->Id == 33778 || spellProto->Id == 379 || spellProto->Id == 38395) 
     7767    if (spellProto->Id == 15290 || spellProto->Id == 39373 || 
     7768        spellProto->Id == 33778 || spellProto->Id == 379   || 
     7769        spellProto->Id == 38395 || spellProto->Id == 40972) 
    77687770        return healamount; 
    77697771