mirror of
https://github.com/mangosfour/server.git
synced 2025-12-31 04:37:04 +00:00
[11925] Improve interaction checks related to quests
'I see dead people, they are everywhere' - and now you can interact with them for quests. Also fix aura 10848 Please report any missing issues (could not test all cases) Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
parent
8c912d0ab3
commit
b899f97e33
6 changed files with 61 additions and 26 deletions
|
|
@ -2874,8 +2874,9 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
target->PlayDirectSound(14972, (Player *)target);
|
||||
}
|
||||
return;
|
||||
case 40131:
|
||||
case 10848:
|
||||
case 27978:
|
||||
case 40131:
|
||||
if (apply)
|
||||
target->m_AuraFlags |= UNIT_AURAFLAG_ALIVE_INVISIBLE;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue