mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Auras: Clamlette Magnifique mana regeneration (#19083)
- adding drink aura to AuraEffect::UpdatePeriodic(Unit* caster) - making Clamlette Magnifique regenerate mana as well as hp Closes #19075
This commit is contained in:
@@ -787,6 +787,7 @@ void AuraEffect::UpdatePeriodic(Unit* caster)
|
||||
case 49472: // Drink Coffee
|
||||
case 57073:
|
||||
case 61830:
|
||||
case 72623:
|
||||
if (!caster || caster->GetTypeId() != TYPEID_PLAYER)
|
||||
return;
|
||||
// Get SPELL_AURA_MOD_POWER_REGEN aura from spell
|
||||
|
||||
Reference in New Issue
Block a user