From f74b469ef306c4df4a1864b1ec8fd8719f189aee Mon Sep 17 00:00:00 2001 From: slashtangent Date: Wed, 4 Feb 2026 01:13:46 -0600 Subject: [PATCH] Hakutaku Default Action Fix --- scripts/zones/Den_of_Rancor/DefaultActions.lua | 1 + scripts/zones/Den_of_Rancor/npcs/qm1.lua | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) 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