mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[7471] Ignore player target case for spell 29528 instead error reports in log.
This commit is contained in:
parent
4033f789a9
commit
f4e37fa566
2 changed files with 6 additions and 1 deletions
|
|
@ -1506,6 +1506,11 @@ void Aura::TriggerSpell()
|
||||||
// case 28522: break;
|
// case 28522: break;
|
||||||
// // Silithyst
|
// // Silithyst
|
||||||
// case 29519: break;
|
// case 29519: break;
|
||||||
|
// Inoculate Nestlewood Owlkin
|
||||||
|
case 29528:
|
||||||
|
if(target->GetTypeId()!=TYPEID_UNIT)// prevent error reports in case ignored player target
|
||||||
|
return;
|
||||||
|
break;
|
||||||
// // Overload
|
// // Overload
|
||||||
// case 29768: break;
|
// case 29768: break;
|
||||||
// // Return Fire
|
// // Return Fire
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7470"
|
#define REVISION_NR "7471"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue