mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Core/Spells: fixed a crash in Stampede aurascript and added missing proc data to it.
This commit is contained in:
2
sql/updates/world/custom/custom_2019_08_25_00_world.sql
Normal file
2
sql/updates/world/custom/custom_2019_08_25_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user