diff options
author | p0wer <none@none> | 2009-12-25 15:15:12 -0600 |
---|---|---|
committer | p0wer <none@none> | 2009-12-25 15:15:12 -0600 |
commit | 458588f726bd86f1447c07a8300b253a84fe1e2d (patch) | |
tree | c3b31216ef0a5c6225f3079c040baf93fb24f572 /src | |
parent | ccdaadf5801b355dfc17c7e30396c8b820cdab05 (diff) |
* Fix quest "Death's Challenge". When dueling an initiate, you can now attack them.
* Thanks to Visagalis on pointing this out.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/eastern_kingdoms/scarlet_enclave/chapter1.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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)); |