aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-20 23:40:32 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-20 23:40:32 +0200
commitb3e9ca7a6a4ea97e1b06fda70ef759f822bd4fde (patch)
tree7718dedfae372dbfc571ee1e4d350437de04ddc2 /sql
parentc05633946e50238eb79d0b372ee3d9bcac4d5568 (diff)
Core/Spells: Convert/Update "Alchemist Stone" for 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_20_08_world_spell_script_misc_434.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_20_08_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_20_08_world_spell_script_misc_434.sql
new file mode 100644
index 00000000000..f662b7a1b57
--- /dev/null
+++ b/sql/updates/world/2013_07_20_08_world_spell_script_misc_434.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_proc_event` WHERE `entry`=17619;
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(17619, 0, 13, 0, 0, 0, 32768, 0, 0, 100, 0);
+
+DELETE FROM `spell_script_names` WHERE `spell_id`=17619;
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+(17619,'spell_gen_alchemist_stone');