[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 20911: // Blessing of Sanctuary
{
if (target->GetTypeId() != TYPEID_PLAYER)
return false;
target = this;
switch (target->getPowerType())
{