From 171d3393d20b03fc61a7bfb77f63f0cbe95e0908 Mon Sep 17 00:00:00 2001 From: Flamanis Date: Sun, 18 Dec 2022 07:22:38 -0600 Subject: [PATCH] Don't overwrite the summon of the totem, just create the elemental instead. --- core/parser.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/parser.lua b/core/parser.lua index b3615e49..b2c7ff9f 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -2127,9 +2127,7 @@ ]] if(isWOTLK) then if(npcId == 15439) then - alvo_serial = alvo_serial:gsub("-15439-", "-15438-") - alvo_name = "Greater Fire Elemental" - --Don't need to set the pet flags since it is a guardian and will always hit the 2nd part of tabela_pets:Adicionar + _detalhes.tabela_pets:Adicionar(alvo_serial:gsub("-15439-", "-15438-"), "Greater Fire Elemental", alvo_flags, who_serial, who_name, who_flags) elseif (npcId == 15438) then return end