updates
This commit is contained in:
parent
6243a32740
commit
bebb4af33c
13 changed files with 87 additions and 51 deletions
|
|
@ -2352,7 +2352,7 @@ function atributo_misc:r_onlyrefresh_shadow (actor)
|
|||
shadow = overall_misc:PegarCombatente (actor.serial, actor.nome, actor.flag_original, true)
|
||||
|
||||
shadow.classe = actor.classe
|
||||
shadow.spec = actor.spec
|
||||
shadow:SetSpecId(actor.spec)
|
||||
shadow.grupo = actor.grupo
|
||||
shadow.pvp = actor.pvp
|
||||
shadow.isTank = actor.isTank
|
||||
|
|
@ -2481,7 +2481,7 @@ function atributo_misc:r_connect_shadow (actor, no_refresh, combat_object)
|
|||
shadow = overall_misc:PegarCombatente (actor.serial, actor.nome, actor.flag_original, true)
|
||||
|
||||
shadow.classe = actor.classe
|
||||
shadow.spec = actor.spec
|
||||
shadow:SetSpecId(actor.spec)
|
||||
shadow.grupo = actor.grupo
|
||||
shadow.pvp = actor.pvp
|
||||
shadow.isTank = actor.isTank
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue