mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11108] Add (parts of?) dummy aura for spell 56422
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
8c5ce115c9
commit
d1007e49ca
2 changed files with 5 additions and 1 deletions
|
|
@ -2668,6 +2668,10 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
case 47178: // Plague Effect Self
|
||||
target->SetFeared(apply, GetCasterGuid(), GetId());
|
||||
return;
|
||||
case 56422: // Nerubian Submerge
|
||||
// not known if there are other things todo, only flag are confirmed valid
|
||||
target->ApplyModFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE, apply);
|
||||
return;
|
||||
case 58204: // LK Intro VO (1)
|
||||
if (target->GetTypeId() == TYPEID_PLAYER)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11107"
|
||||
#define REVISION_NR "11108"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue