Core/Spells: fix some DB errors

Port From (https://github.com/TrinityCore/TrinityCore/commit/16ec008290861573fac7137af054be6d9642712f)
This commit is contained in:
hondacrx
2021-04-16 15:02:56 -04:00
parent 29fd117428
commit 5a59f99851
3 changed files with 58 additions and 0 deletions
+8
View File
@@ -3510,6 +3510,14 @@ namespace Game.Entities
break;
// ENDOF ISLE OF CONQUEST SPELLS
//
// Aura of Fear
case 40453:
// Bad DBC data? Copying 25820 here due to spell description
// either is a periodic with chance on tick, or a proc
spellInfo.GetEffect(0).ApplyAuraName = AuraType.ProcTriggerSpell;
spellInfo.GetEffect(0).ApplyAuraPeriod = 0;
spellInfo.ProcChance = 10;
break;
// FIRELANDS SPELLS
// Torment Searcher
case 99253: