mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +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->AttributesEx5 |= SPELL_ATTR5_SKIP_CHECKCAST_LOS_CHECK;
|
||||
break;
|
||||
|
||||
//Crushing the Crown
|
||||
case 71024:
|
||||
spellInfo->EffectImplicitTargetA[0] = TARGET_DEST_DYNOBJ_NONE;
|
||||
break;
|
||||
|
||||
// ///////////////////////////////////////////
|
||||
// ////////////////ITEMS//////////////////////
|
||||
|
||||
Reference in New Issue
Block a user