mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
@@ -3562,7 +3562,10 @@ void AuraEffect::HandleAuraModShapeshift(bool apply, bool Real, bool changeAmoun
|
||||
case FORM_BEAR:
|
||||
case FORM_DIREBEAR:
|
||||
if (urand(0,99) < FurorChance)
|
||||
m_target->SetPower(POWER_RAGE, 10);
|
||||
{
|
||||
int32 basePoints = 100; // Not sure if 100 is correct basePoints, maybe it should be 10?
|
||||
m_target->CastCustomSpell(m_target, 17057, &basePoints, NULL, NULL, true, NULL, this);
|
||||
}
|
||||
default:
|
||||
{
|
||||
uint32 newEnergy = std::min(m_target->GetPower(POWER_ENERGY), FurorChance);
|
||||
|
||||
Reference in New Issue
Block a user