From 61583a96ac6c8d41bce0df8ed9ae93cd40b124d8 Mon Sep 17 00:00:00 2001 From: Tercio Date: Tue, 20 Aug 2013 21:40:16 -0300 Subject: [PATCH] fixes --- core/control.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/control.lua b/core/control.lua index 96b9752e..eeb7eb56 100644 --- a/core/control.lua +++ b/core/control.lua @@ -36,7 +36,8 @@ local modo_GROUP = _detalhes.modos.group local modo_ALL = _detalhes.modos.all local class_type_dano = _detalhes.atributos.dano - + local OBJECT_TYPE_PETS = 0x00003000 + ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --> details api functions