mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[11289] Partially revert [11287] and try to do it properly this time.
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
989d229968
commit
40d87bfabf
3 changed files with 4 additions and 11 deletions
|
|
@ -2708,16 +2708,6 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
target->PlayDirectSound(14972, (Player *)target);
|
||||
}
|
||||
return;
|
||||
case 62248: // Sleeping Sleep
|
||||
{
|
||||
if (apply)
|
||||
target->setFaction(190); // Ambient (neutral)
|
||||
else
|
||||
target->setFaction(1990); // Ambient (hostile)
|
||||
|
||||
target->ApplyModFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_OOC_NOT_ATTACKABLE, apply);
|
||||
return;
|
||||
}
|
||||
case 40131:
|
||||
case 27978:
|
||||
if (apply)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue