diff options
| author | Shauren <shauren.trinity@gmail.com> | 2025-09-30 14:18:47 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2025-09-30 14:18:47 +0200 |
| commit | a21152e78f851d457253efbbf828e452ae28b24d (patch) | |
| tree | 33f6059064c45b1ae6419787a63610404846e40b /sql/updates | |
| parent | 71feb514546060889527a8a3e8c0974ebe190d8d (diff) | |
Scripts/Spells: Update Lava surge script
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2025_09_30_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_09_30_01_world.sql b/sql/updates/world/master/2025_09_30_01_world.sql new file mode 100644 index 00000000000..1128f7d63ba --- /dev/null +++ b/sql/updates/world/master/2025_09_30_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (77756); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(77756,0x00,11,0x10000000,0x00000000,0x00000000,0x00000000,0x40000,0x0,0x1,0x2,0x0,0x0,0x0,0,100,0,0); -- Lava Surge |
