Fixed compile errors

This commit is contained in:
tomrus88 2008-11-30 17:04:36 +03:00
parent 1c28b1ad50
commit e556b67ddc
3 changed files with 3 additions and 2 deletions

View file

@ -6297,7 +6297,7 @@ void Spell::EffectActivateRune(uint32 i)
{
if(plr->GetRuneCooldown(j) && plr->GetCurrentRune(j) == m_spellInfo->EffectMiscValue[i])
{
plr->SetRuneCooldown(j, 0));
plr->SetRuneCooldown(j, 0);
}
}
}