mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
[9415] Dome not catched cases for MAX_EFFECT_INDEX use.
This commit is contained in:
parent
231720c10f
commit
233e75ab4b
6 changed files with 43 additions and 41 deletions
|
|
@ -1677,7 +1677,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
|
|||
if (!pEnchant)
|
||||
return;
|
||||
|
||||
for (int s=0;s<3;s++)
|
||||
for (int s = 0; s < 3; ++s)
|
||||
{
|
||||
if (pEnchant->type[s]!=ITEM_ENCHANTMENT_TYPE_COMBAT_SPELL)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue