Implemented SE_SongModCap

Bard AAs Ayonaes Tutelage and Echo of Taelosia implemented as bonuses
Remember to run the SQL!
This commit is contained in:
Michael Cook (mackal)
2014-01-04 19:20:59 -05:00
parent d128ef1b97
commit e7032bc2c2
6 changed files with 27 additions and 11 deletions
+7
View File
@@ -904,6 +904,9 @@ void Client::ApplyAABonuses(uint32 aaid, uint32 slots, StatBonuses* newbon)
break;
}
break;
case SE_SongModCap:
newbon->songModCap += base1;
break;
case SE_PetCriticalHit:
newbon->PetCriticalHit += base1;
break;
@@ -2327,6 +2330,10 @@ void Mob::ApplySpellsBonuses(uint16 spell_id, uint8 casterlevel, StatBonuses* ne
}
break;
case SE_SongModCap:
newbon->songModCap += effect_value;
break;
case SE_PetAvoidance:
newbon->PetAvoidance += effect_value;
break;