fix(Core/Spell): Earthliving weapon proc (#4015)
This commit is contained in:
parent
aeab8d8bc6
commit
c5fe21fe9a
3 changed files with 51 additions and 11 deletions
|
|
@ -0,0 +1,6 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1608429976729774300');
|
||||
|
||||
UPDATE `spell_proc_event` SET `procFlags` = 16384, `CustomChance` = 0 WHERE `entry` = -51940;
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_earthliving_weapon';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(-51940, 'spell_sha_earthliving_weapon');
|
||||
Loading…
Add table
Add a link
Reference in a new issue