Changeset 18 for trunk/src/game/Pet.cpp
- Timestamp:
- 11/19/08 13:23:29 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Pet.cpp
r2 r18 1743 1743 if(auraId == 35696) // Demonic Knowledge 1744 1744 { 1745 int32 basePoints = aura->GetDamage() * (GetStat(STAT_STAMINA) + GetStat(STAT_INTELLECT)) / 100;1745 int32 basePoints = int32(aura->GetDamage() * (GetStat(STAT_STAMINA) + GetStat(STAT_INTELLECT)) / 100); 1746 1746 CastCustomSpell(this,auraId,&basePoints, NULL, NULL, true ); 1747 1747 }