[Core/Script] As the crow flies - delete horrible hack and properly fix

This commit is contained in:
mik1893
2016-07-14 21:36:42 +01:00
committed by Yehonal
parent 5aabfac4bf
commit eec8b797e0
4 changed files with 40 additions and 7 deletions

View File

@@ -3238,6 +3238,9 @@ void SpellMgr::LoadDbcDataCorrections()
switch (spellInfo->Id)
{
case 38776: // Evergrove Druid Transform Crow
spellInfo->DurationIndex = 4; // 120 seconds
break;
case 63026: // Force Cast (HACK: Target shouldn't be changed)
case 63137: // Force Cast (HACK: Target shouldn't be changed; summon position should be untied from spell destination)
spellInfo->EffectImplicitTargetA[EFFECT_0] = TARGET_DEST_DB;