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:
parent
7d13c66e5c
commit
41486e348b
2 changed files with 4 additions and 1 deletions
|
|
@ -1310,7 +1310,7 @@ class spell_warl_health_funnel : public SpellScriptLoader
|
|||
}
|
||||
};
|
||||
|
||||
// -7235 - Shadow Ward
|
||||
// -6229 - Shadow Ward
|
||||
class spell_warl_shadow_ward : public SpellScriptLoader
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue