diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-22 15:41:32 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-22 15:42:21 +0200 |
| commit | a6510924892b4b2bd5411746651cdccf64f9a5a8 (patch) | |
| tree | c352d5462bc28c54a1b5abc61b4155e1e5c74bb3 /sql | |
| parent | a468563904bd9e78a359444991bc18d5271507ba (diff) | |
Core/Spells: Fix warlock "Healthstone" for 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_22_03_world_spell_spell_script_names_434.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_22_03_world_spell_spell_script_names_434.sql b/sql/updates/world/2013_07_22_03_world_spell_spell_script_names_434.sql new file mode 100644 index 00000000000..53b89090c39 --- /dev/null +++ b/sql/updates/world/2013_07_22_03_world_spell_spell_script_names_434.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=6262; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(6262,'spell_warl_healthstone_heal'); |
