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

@@ -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: