[8081] Remove player only targeting limitation for spell 25899, 20911 for triggering part.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Ambient 2009-06-27 05:57:29 +04:00 committed by VladimirMangos
parent a7d9ace55f
commit 1b085414ab
2 changed files with 1 additions and 4 deletions

View file

@ -5552,9 +5552,6 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
case 25899: // Greater Blessing of Sanctuary case 25899: // Greater Blessing of Sanctuary
case 20911: // Blessing of Sanctuary case 20911: // Blessing of Sanctuary
{ {
if (target->GetTypeId() != TYPEID_PLAYER)
return false;
target = this; target = this;
switch (target->getPowerType()) switch (target->getPowerType())
{ {

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 "8080" #define REVISION_NR "8081"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__