* Fix quest "Death's Challenge". When dueling an initiate, you can now attack them.

* Thanks to Visagalis on pointing this out.

--HG--
branch : trunk
This commit is contained in:
p0wer
2009-12-25 15:15:12 -06:00
parent ccdaadf580
commit 458588f726
@@ -473,6 +473,7 @@ bool GossipSelect_npc_death_knight_initiate(Player* pPlayer, Creature* pCreature
return true;
}
pCreature->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_OOC_NOT_ATTACKABLE);
pCreature->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_UNK_15);
int32 uiSayId = rand()% (sizeof(m_auiRandomSay)/sizeof(int32));