mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
[11457] Use ObjectGuid way work with PLAYER_DUEL_ARBITER.
This commit is contained in:
parent
7318bb0864
commit
1d781cd431
3 changed files with 17 additions and 22 deletions
|
|
@ -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*/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue