Fix recipe-learning in Raozrofen Down (cooking/alchemy) - patch by PrinceCreed

Closes issue #1009

--HG--
branch : trunk
This commit is contained in:
click
2010-05-01 08:36:38 +02:00
parent 8df6879e94
commit bcbb52f507

View File

@@ -61,14 +61,14 @@ bool GossipSelect_npc_henry_stern (Player* pPlayer, Creature* pCreature, uint32
{
if (uiAction == GOSSIP_ACTION_INFO_DEF + 1)
{
pCreature->CastSpell(pPlayer, SPELL_TEACHING_GOLDTHORN_TEA, true);
pPlayer->CastSpell(pPlayer, SPELL_TEACHING_GOLDTHORN_TEA, true);
pPlayer->SEND_GOSSIP_MENU(GOSSIP_TEXT_TEA_ANSWER, pCreature->GetGUID());
}
if (uiAction == GOSSIP_ACTION_INFO_DEF + 2)
{
pPlayer->CastSpell(pPlayer, SPELL_TEACHING_MIGHTY_TROLLS_BLOOD_POTION, true);
pPlayer->SEND_GOSSIP_MENU(GOSSIP_TEXT_POTION_ANSWER, pCreature->GetGUID());
pCreature->CastSpell(pPlayer, SPELL_TEACHING_MIGHTY_TROLLS_BLOOD_POTION, true);
}
return true;