- testing the mercurial repo packpager.

This commit is contained in:
Tercio
2017-09-19 12:56:32 -03:00
parent 1b07ba9276
commit 7df507bd46
48 changed files with 2860 additions and 532 deletions
+12 -1
View File
@@ -149,7 +149,7 @@ do
end
local class = _detalhes:GetClass (Actor.nome)
if (class) then
if (class and class ~= "UNKNOW") then
Actor.classe = class
Actor.need_refresh = true
Actor.guessing_class = nil
@@ -212,6 +212,7 @@ do
_detalhes.cached_specs [Actor.serial] = spec
Actor.spec = spec
Actor.classe = _detalhes.SpecIDToClass [spec] or Actor.classe
Actor.guessing_spec = nil
if (container) then
@@ -236,6 +237,7 @@ do
_detalhes.cached_specs [Actor.serial] = spec
Actor.spec = spec
Actor.classe = _detalhes.SpecIDToClass [spec] or Actor.classe
if (container) then
container.need_refresh = true
@@ -267,6 +269,7 @@ do
_detalhes.cached_specs [Actor.serial] = spec
Actor.spec = spec
Actor.classe = _detalhes.SpecIDToClass [spec] or Actor.classe
if (container) then
container.need_refresh = true
@@ -307,6 +310,8 @@ do
local spec = _detalhes.cached_specs [Actor.serial]
if (spec) then
Actor.spec = spec
Actor.classe = _detalhes.SpecIDToClass [spec] or Actor.classe
Actor.guessing_spec = nil
if (container) then
@@ -332,6 +337,8 @@ do
_detalhes.cached_specs [Actor.serial] = spec
Actor.spec = spec
Actor.classe = _detalhes.SpecIDToClass [spec] or Actor.classe
Actor.guessing_spec = nil
if (container) then
@@ -354,6 +361,7 @@ do
_detalhes.cached_specs [Actor.serial] = spec
Actor.spec = spec
Actor.classe = _detalhes.SpecIDToClass [spec] or Actor.classe
Actor.guessing_spec = nil
if (container) then
@@ -379,6 +387,7 @@ do
_detalhes.cached_specs [Actor.serial] = spec
Actor.spec = spec
Actor.classe = _detalhes.SpecIDToClass [spec] or Actor.classe
Actor.guessing_spec = nil
if (container) then
@@ -410,6 +419,7 @@ do
_detalhes.cached_specs [Actor.serial] = spec
Actor.spec = spec
Actor.classe = _detalhes.SpecIDToClass [spec] or Actor.classe
Actor.guessing_spec = nil
if (container) then
@@ -434,6 +444,7 @@ do
_detalhes.cached_specs [Actor.serial] = spec
Actor.spec = spec
Actor.classe = _detalhes.SpecIDToClass [spec] or Actor.classe
Actor.need_refresh = true
Actor.guessing_spec = nil