From 458588f726bd86f1447c07a8300b253a84fe1e2d Mon Sep 17 00:00:00 2001 From: p0wer Date: Fri, 25 Dec 2009 15:15:12 -0600 Subject: * Fix quest "Death's Challenge". When dueling an initiate, you can now attack them. * Thanks to Visagalis on pointing this out. --HG-- branch : trunk --- .../scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/bindings/scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp b/src/bindings/scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp index b8f7f68ffe0..a12647a9252 100644 --- a/src/bindings/scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp +++ b/src/bindings/scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp @@ -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)); -- cgit v1.2.3