mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Scripts/Quests: An Apexis Relic, The Relic's Emanation and Guardian of the Monument.
This commit is contained in:
@@ -2960,8 +2960,10 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
|
||||
switch (spellInfo->Id)
|
||||
{
|
||||
case 42835: // Spout
|
||||
spellInfo->Effect[0] = 0; // remove damage effect, only anim is needed
|
||||
case 40244: case 40245: // Simon Game Visual
|
||||
case 40246: case 40247: // Simon Game Visual
|
||||
case 42835: // Spout, remove damage effect, only anim is needed
|
||||
spellInfo->Effect[0] = 0;
|
||||
break;
|
||||
case 30657: // Quake
|
||||
spellInfo->EffectTriggerSpell[0] = 30571;
|
||||
@@ -3495,6 +3497,11 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
case 72405: // Broken Frostmourne
|
||||
spellInfo->EffectRadiusIndex[1] = EFFECT_RADIUS_200_YARDS; // 200yd
|
||||
break;
|
||||
case 40055: // Introspection
|
||||
case 40165: // Introspection
|
||||
case 40166: // Introspection
|
||||
case 40167: // Introspection
|
||||
spellInfo->Attributes |= SPELL_ATTR0_NEGATIVE_1;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user