fix(Core/Spells): correct hunter's Lock and Load procs (#8177)

- Move related code to spell scripts
- Fixes it proc'ing when the target is immune to snares
- Partial port of 746b838870
This commit is contained in:
Skjalf 2021-10-04 10:49:16 -03:00 committed by GitHub
parent 495ca76628
commit a61d7c2bc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 80 additions and 20 deletions

View file

@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633019621598195500');
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_hun_lock_and_load' AND `spell_id` = -56342;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(-56342, 'spell_hun_lock_and_load');