diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-28 22:50:22 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-28 22:50:22 +0200 |
| commit | a7ba30fe4d970e2b1c65f41ade2291a1fa3997b0 (patch) | |
| tree | 0b360b802b1ee53ada84c5b8e6a0a820db768ea5 /sql | |
| parent | 23fcda3481c74969eb1333d02bd01bc8d84e4ec8 (diff) | |
Core/Spells: Fix priest talent "Divine Touch"
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_06_28_02_world_spell_script_names_434.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_06_28_02_world_spell_script_names_434.sql b/sql/updates/world/2013_06_28_02_world_spell_script_names_434.sql new file mode 100644 index 00000000000..b1547f873e7 --- /dev/null +++ b/sql/updates/world/2013_06_28_02_world_spell_script_names_434.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`="spell_pri_renew"; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(139, "spell_pri_renew"); |
