mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-20 23:01:36 -04:00
[7471] Ignore player target case for spell 29528 instead error reports in log. Author: VladimirMangos
--HG-- branch : trunk
This commit is contained in:
@@ -1390,6 +1390,11 @@ void Aura::TriggerSpell()
|
||||
// case 28522: break;
|
||||
// // Silithyst
|
||||
// case 29519: break;
|
||||
// Inoculate Nestlewood Owlkin
|
||||
case 29528:
|
||||
if(target->GetTypeId()!=TYPEID_UNIT)// prevent error reports in case ignored player target
|
||||
return;
|
||||
break;
|
||||
// // Overload
|
||||
// case 29768: break;
|
||||
// // Return Fire
|
||||
|
||||
Reference in New Issue
Block a user