Scripts/Spells: Fix shaman Earthquake
Port From (https://github.com/TrinityCore/TrinityCore/commit/3e725e1d2521547ea651ef2b4e01c980c9b5ff3e)
This commit is contained in:
@@ -4338,6 +4338,12 @@ namespace Game.Entities
|
||||
});
|
||||
});
|
||||
|
||||
// Earthquake
|
||||
ApplySpellFix(new [] { 61882 }, spellInfo =>
|
||||
{
|
||||
spellInfo.NegativeEffects[2] = true;
|
||||
});
|
||||
|
||||
foreach (var spellInfo in mSpellInfoMap.Values)
|
||||
{
|
||||
// Fix range for trajectory triggered spell
|
||||
|
||||
Reference in New Issue
Block a user