[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; break;
} }
// Blessing of Sanctuary case 25899: // Greater Blessing of Sanctuary
case 20911: case 20911: // Blessing of Sanctuary
{ {
if (target->GetTypeId() != TYPEID_PLAYER) if (target->GetTypeId() != TYPEID_PLAYER)
return false; return false;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "7972" #define REVISION_NR "7973"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__