diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-08-26 04:43:08 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-08-26 04:44:41 +0200 |
| commit | 71ca10681408b6d5098a3718ea61b54f91d5f803 (patch) | |
| tree | da120783d633850b4ed2d3f0fc2958bcde3f0128 /sql | |
| parent | 48a37ec4ed80b553d6c178dc3868fb58329bd226 (diff) | |
Core/Spells: Implement visual spells for priest shadowform
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_08_26_00_world_spell_script_names_434.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_26_00_world_spell_script_names_434.sql b/sql/updates/world/2012_08_26_00_world_spell_script_names_434.sql new file mode 100644 index 00000000000..d9bb921bf8a --- /dev/null +++ b/sql/updates/world/2012_08_26_00_world_spell_script_names_434.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=15473; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(15473,'spell_pri_shadowform'); |
