mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[12707] Fixed compilation error, thanks @Salja2012 and @mAd-DaWg for pointing
This commit is contained in:
parent
6081b6a816
commit
dfb5ea40f3
3 changed files with 16 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue