mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +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
|
|
@ -2148,6 +2148,9 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
|
||||
// Sleeping Sleep
|
||||
unitTarget->CastSpell(unitTarget, 62248, true);
|
||||
|
||||
unitTarget->setFaction(190); // Ambient (neutral)
|
||||
unitTarget->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_OOC_NOT_ATTACKABLE);
|
||||
return;
|
||||
}
|
||||
case 64385: // Spinning (from Unusual Compass)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue