mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Spells/Warlock: Corrected spell id of Shadow Ward (#21896)
This commit is contained in:
1
sql/updates/world/3.3.5/2018_05_01_00_world_335.sql
Normal file
1
sql/updates/world/3.3.5/2018_05_01_00_world_335.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `spell_script_names` SET `spell_id`=-6229 WHERE `ScriptName`='spell_warl_shadow_ward';
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user