[11457] Use ObjectGuid way work with PLAYER_DUEL_ARBITER.

This commit is contained in:
VladimirMangos 2011-05-09 20:28:20 +04:00
parent 7318bb0864
commit 1d781cd431
3 changed files with 17 additions and 22 deletions

View file

@ -7765,8 +7765,8 @@ void Spell::EffectDuel(SpellEffectIndex eff_idx)
duel2->startTimer = 0;
target->duel = duel2;
caster->SetUInt64Value(PLAYER_DUEL_ARBITER, pGameObj->GetGUID());
target->SetUInt64Value(PLAYER_DUEL_ARBITER, pGameObj->GetGUID());
caster->SetGuidValue(PLAYER_DUEL_ARBITER, pGameObj->GetObjectGuid());
target->SetGuidValue(PLAYER_DUEL_ARBITER, pGameObj->GetObjectGuid());
}
void Spell::EffectStuck(SpellEffectIndex /*eff_idx*/)