mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 19:37:04 +00:00
A few more build error fixes
A few more build error fixes
This commit is contained in:
parent
e8d7dbb8bb
commit
bb2f41482c
4 changed files with 55 additions and 1 deletions
|
|
@ -2211,7 +2211,7 @@ namespace LuaUnit
|
|||
for (uint32 i = 0; i < MAX_EFFECT_INDEX; ++i)
|
||||
{
|
||||
uint8 eff = (uint8)spellInfo->GetSpellEffect(SpellEffectIndex(i));
|
||||
// uint8 eff = spellInfo->Effect[i]; // Effect is a member of SpellEffectIndex, nit SpellEvent
|
||||
// uint8 eff = spellInfo->Effect[i]; // Effect is a member of SpellEffectIndex, not SpellEvent
|
||||
if (eff >= TOTAL_SPELL_EFFECTS)
|
||||
continue;
|
||||
if (IsAreaAuraEffect(eff) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue