mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
Fix for item https://wotlk.evowow.com/?item=50130 Quest: Crushing the Crown
This commit is contained in:
@@ -6021,7 +6021,10 @@ void SpellMgr::LoadDbcDataCorrections()
|
|||||||
spellInfo->AttributesEx2 |= SPELL_ATTR2_CAN_TARGET_NOT_IN_LOS;
|
spellInfo->AttributesEx2 |= SPELL_ATTR2_CAN_TARGET_NOT_IN_LOS;
|
||||||
spellInfo->AttributesEx5 |= SPELL_ATTR5_SKIP_CHECKCAST_LOS_CHECK;
|
spellInfo->AttributesEx5 |= SPELL_ATTR5_SKIP_CHECKCAST_LOS_CHECK;
|
||||||
break;
|
break;
|
||||||
|
//Crushing the Crown
|
||||||
|
case 71024:
|
||||||
|
spellInfo->EffectImplicitTargetA[0] = TARGET_DEST_DYNOBJ_NONE;
|
||||||
|
break;
|
||||||
|
|
||||||
// ///////////////////////////////////////////
|
// ///////////////////////////////////////////
|
||||||
// ////////////////ITEMS//////////////////////
|
// ////////////////ITEMS//////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user