- ticket #154 fixed an issue with spec detection on PvP Arenas.

This commit is contained in:
Tercio
2017-01-15 15:54:35 -02:00
parent a042030085
commit d76f92a0eb
6 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -256,7 +256,7 @@
if (name == nome) then
local spec = GetArenaOpponentSpec (i)
if (spec) then
local id, name, description, icon, background, role, class = GetSpecializationInfoByID (spec)
local id, name, description, icon, role, class = GetSpecializationInfoByID (spec) --thanks pas06
novo_objeto.role = role
novo_objeto.classe = class
novo_objeto.enemy = true