[12707] Fixed compilation error, thanks @Salja2012 and @mAd-DaWg for pointing

This commit is contained in:
sanctum32 2013-10-21 17:05:44 +03:00 committed by Antz
parent 6081b6a816
commit dfb5ea40f3
3 changed files with 16 additions and 11 deletions

View file

@ -10366,7 +10366,7 @@ void Spell::EffectBind(SpellEffectEntry const* effect)
Player* player = (Player*)unitTarget;
uint32 area_id = m_spellInfo->EffectMiscValue[eff_idx];
uint32 area_id = uint32(effect->EffectMiscValue);
WorldLocation loc;
if (effect->EffectImplicitTargetA == TARGET_TABLE_X_Y_Z_COORDINATES ||
effect->EffectImplicitTargetB == TARGET_TABLE_X_Y_Z_COORDINATES)