From 52c7146682c977e239866ee7492f62cbbc0fc188 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Tue, 25 Jun 2013 19:48:23 +0200 Subject: Core/Spells: Fix shaman talent "Rolling Thunder" thx to @oMadMano for base script --- sql/updates/world/2013_06_25_00_world_spell_script_names_434.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2013_06_25_00_world_spell_script_names_434.sql (limited to 'sql') diff --git a/sql/updates/world/2013_06_25_00_world_spell_script_names_434.sql b/sql/updates/world/2013_06_25_00_world_spell_script_names_434.sql new file mode 100644 index 00000000000..437f0c3702c --- /dev/null +++ b/sql/updates/world/2013_06_25_00_world_spell_script_names_434.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (88756,88764); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(88756, 'spell_sha_rolling_thunder'), +(88764, 'spell_sha_rolling_thunder'); -- cgit v1.2.3