Alterac soldiers blood.
hasnogaems opened this issue ยท 1 comments
When have alot of blood in inventory it still turn in quests for 1 blood inbstead of 5 blood. Take very very long.
I need some things to fix this, since I don't play classic:
- The exact item ID (link to wowhead will do)
- The exact quest IDs (links to wowhead will do)
- The event that triggers when you talk to the quest giver
Run this macro before talking and see what pops up:
/run local f=CreateFrame'Frame';f:RegisterEvent'QUEST_GREETING';f:RegisterEvent'GOSSIP_SHOW';f:SetScript('OnEvent',print)
This should either print GOSSIP_SHOW
or QUEST_GREETING
in your chat window, let me know which one it is.