From ddbfed2fe51dba2e9126d64e7ce94a6f007465bc Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Mon, 30 Aug 2021 20:38:09 -0300 Subject: [PATCH] DK pets again --- core/parser.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/parser.lua b/core/parser.lua index c53a925f..e2880335 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -744,9 +744,11 @@ if (npcId == 24207) then --army of the dead --check if this is a army or apoc pet if (dk_pets_cache.army[who_serial]) then - who_name = who_name .. " (army)" + --who_name = who_name .. " (army)" + who_name = who_name .. "|T237511:0|t" else - who_name = who_name .. " (apoc)" + --who_name = who_name .. " (apoc)" + who_name = who_name .. "|T1392565:0|t" end end