Core/Spells: fixed a crash in Stampede aurascript and added missing proc data to it.

This commit is contained in:
Ovahlord
2019-08-25 00:26:08 +02:00
parent bd43c1d4d1
commit e63f663f3b
2 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
(-78892, 0, 7, 0, 0, 48, 4096, 1, 1, 0, 0, 0, 100, 0, 0);