Spells/Warlock: Corrected spell id of Shadow Ward (#21896)

This commit is contained in:
Gildor
2018-05-01 11:57:28 +02:00
committed by joschiwald
parent 26a444719b
commit b5aeca6c93
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
UPDATE `spell_script_names` SET `spell_id`=-6229 WHERE `ScriptName`='spell_warl_shadow_ward';

View File

@@ -1223,7 +1223,7 @@ class spell_warl_seed_of_corruption_generic : public SpellScriptLoader
}
};
// -7235 - Shadow Ward
// -6229 - Shadow Ward
class spell_warl_shadow_ward : public SpellScriptLoader
{
public: