fix(DB/Creature): Gimorak's Den (#2226)

This commit is contained in:
Stoabrogga
2019-09-10 22:40:52 +02:00
committed by GitHub
parent 67d180ea77
commit 30bb15030d
2 changed files with 74 additions and 0 deletions

View File

@@ -4340,6 +4340,10 @@ void SpellMgr::LoadDbcDataCorrections()
case 50990: // Flame Breath (Catapult)
spellInfo->EffectRadiusIndex[EFFECT_0] = 19; // 18yd
break;
case 56103: // Jormungar Bite
spellInfo->EffectImplicitTargetA[EFFECT_0] = TARGET_UNIT_TARGET_ENEMY;
spellInfo->EffectImplicitTargetB[EFFECT_0] = 0;
break;
/////////////////////////////////
///// Generic NPC Spells