This commit is contained in:
Tercio
2013-08-20 22:01:06 -03:00
parent 5dd160690b
commit 96dce29cee
3 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -435,7 +435,7 @@
--> have flag and the flag tell us he is a pet
if (actor.flag_original and bit.band (actor.flag_original, OBJECT_TYPE_PETS) ~= 0) then
--> do not have owner and he isn't on owner container
if (not actor.owner and not _detalhes.container_pets.pets [actor.serial]) then
if (not actor.owner and not _detalhes.tabela_pets.pets [actor.serial]) then
_detalhes:SendPetOwnerRequest (actor.serial, actor.nome)
end
end