Core/Spells: Revert a (little) part of 85164d2876

DB: Fix startup errors Closes #2568
This commit is contained in:
Nay
2011-08-26 18:04:35 +01:00
parent fac814c87b
commit 83912c43ad
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
UPDATE `creature_template` SET `difficulty_entry_1`=35529 WHERE `entry`=35049; -- Memory of Heigan
UPDATE `creature_template` SET `unit_class`=2 WHERE `entry`=35310; -- Argent Lightwielder
UPDATE `creature_template` SET `unit_class`=2 WHERE `entry`=35308; -- Argent Priestess (1)

View File

@@ -2916,6 +2916,8 @@ void SpellMgr::LoadDbcDataCorrections()
case 62136: // Energize Cores
case 54069: // Energize Cores
case 56251: // Energize Cores
spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_SRC_AREA_ENTRY;
break;
case 50785: // Energize Cores
case 59372: // Energize Cores
spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_SRC_AREA_ENEMY;