mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Fixed compile errors
This commit is contained in:
parent
1c28b1ad50
commit
e556b67ddc
3 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue