mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
Fixed Shaman Masteries
This commit is contained in:
7
sql/updates/world/4.3.4/2017_11_25_00_world.sql
Normal file
7
sql/updates/world/4.3.4/2017_11_25_00_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_sha_elemental_overload';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(77222, 'spell_sha_elemental_overload');
|
||||
|
||||
DELETE FROM `spell_proc` WHERE `SpellID`= 77222;
|
||||
INSERT INTO `spell_proc` (`SpellID`, `SpellFamilyName`, `SpellFamilyMask0`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`) VALUES
|
||||
(77222, 11, 0, 0x00010000, 1, 2, 0, 0x0000020);
|
||||
Reference in New Issue
Block a user