diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-25 19:48:23 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-06-25 19:48:23 +0200 |
| commit | 52c7146682c977e239866ee7492f62cbbc0fc188 (patch) | |
| tree | a643b34bec9d4f48537b9398e0f84666052058dc /sql | |
| parent | 3913ae10a320e934b920a8cb43b7e9f843935bbb (diff) | |
Core/Spells: Fix shaman talent "Rolling Thunder"
thx to @oMadMano for base script
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_06_25_00_world_spell_script_names_434.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |
