Changeset 74 for trunk/src/game/Unit.cpp
- Timestamp:
- 11/19/08 13:31:47 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Unit.cpp
r71 r74 7765 7765 7766 7766 // 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) 7768 7770 return healamount; 7769 7771