diff --git a/scripts/zones/Den_of_Rancor/DefaultActions.lua b/scripts/zones/Den_of_Rancor/DefaultActions.lua index 3c5ad6a0292..61c2756edda 100644 --- a/scripts/zones/Den_of_Rancor/DefaultActions.lua +++ b/scripts/zones/Den_of_Rancor/DefaultActions.lua @@ -4,5 +4,6 @@ return { ['_4g0'] = { messageSpecial = ID.text.LANTERN_OFFSET }, ['_4g1'] = { messageSpecial = ID.text.LANTERN_OFFSET }, ['_4g2'] = { messageSpecial = ID.text.LANTERN_OFFSET }, + ['qm1'] = { messageSpecial = ID.text.FIVE_DRIED_EYEBALLS }, ['qm2'] = { messageSpecial = ID.text.NOTHING_OUT_OF_ORDINARY }, } diff --git a/scripts/zones/Den_of_Rancor/npcs/qm1.lua b/scripts/zones/Den_of_Rancor/npcs/qm1.lua index ffc3925895f..a6166d827fa 100644 --- a/scripts/zones/Den_of_Rancor/npcs/qm1.lua +++ b/scripts/zones/Den_of_Rancor/npcs/qm1.lua @@ -17,8 +17,4 @@ entity.onTrade = function(player, npc, trade) end end -entity.onTrigger = function(player, npc) - player:messageSpecial(ID.text.FIVE_DRIED_EYEBALLS) -end - return entity