diff options
| author | PKX <pkx.icehell@gmail.com> | 2011-11-27 18:49:39 +0100 |
|---|---|---|
| committer | PKX <pkx.icehell@gmail.com> | 2011-11-27 18:59:19 +0100 |
| commit | 64e21f76bb2fd210783d4696e3d2414106f82503 (patch) | |
| tree | f08ad01f5c336daaf82a47bb3e63aec9827901a8 /sql | |
| parent | 015e4596165fa435bb966bbc9ad55157508bb265 (diff) | |
Correction to previous commit 61866831caca9f2c980e518bf6b0b8b8691ad151
Closes #4100
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_11_27_01_world_spell_script.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_11_27_01_world_spell_script.sql b/sql/updates/world/2011_11_27_01_world_spell_script.sql new file mode 100644 index 00000000000..933566c5f99 --- /dev/null +++ b/sql/updates/world/2011_11_27_01_world_spell_script.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_damage_reduction_aura' AND `spell_id`=50720; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_vigilance'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(50720,'spell_warr_vigilance'); -- Vigilance
\ No newline at end of file |
