fix(Core/Spells): Spell ID Shadow Ward (Warlock) (#1971)

- Set correct ID of warlock spell Shadow Ward. It was set to -7235(Shadow Protection) which is wrong
- Correct spellID is 6229 (Shadow Ward)
This commit is contained in:
Poszer
2019-06-17 19:09:17 +02:00
committed by Barbz
parent 7d13c66e5c
commit 41486e348b
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1560493947655900000');
UPDATE `spell_script_names` SET `spell_id`=-6229 WHERE `ScriptName`='spell_warl_shadow_ward';