mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10558] Fix spell "Spinning" (64385) for item "Unusual Compass" (45984)
Signed-off-by: DasBlub <dasblub@gmail.com>
This commit is contained in:
parent
f8ff8d78ea
commit
cfe681ff7a
2 changed files with 6 additions and 1 deletions
|
|
@ -1774,6 +1774,11 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
m_caster->CastSpell(unitTarget,60934,true,NULL);
|
||||
return;
|
||||
}
|
||||
case 64385: // Spinning (from Unusual Compass)
|
||||
{
|
||||
m_caster->SetFacingTo(frand(0, M_PI*2), true);
|
||||
return;
|
||||
}
|
||||
case 67019: // Flask of the North
|
||||
{
|
||||
if (m_caster->GetTypeId() != TYPEID_PLAYER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue