[7973] Implemented proc for 25899.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-06-07 02:15:46 +02:00
parent ffad65fe01
commit 4668323c83
2 changed files with 3 additions and 3 deletions

View file

@ -5545,8 +5545,8 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
}
break;
}
// Blessing of Sanctuary
case 20911:
case 25899: // Greater Blessing of Sanctuary
case 20911: // Blessing of Sanctuary
{
if (target->GetTypeId() != TYPEID_PLAYER)
return false;