aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2013-07-17 00:42:46 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2013-07-17 00:42:46 +0200
commit187878f9c4da4fcc9fc373e72c7aa6c55d40c0e2 (patch)
treeacd714d7da948001627d83c49a9558ba64543d1c /sql
parent8edbc2152e6f8afa7c98e3b836948b280609b63b (diff)
Core/Spells: Update warrior/utgarde keep "Second Wind" for 4.3.4
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_07_17_00_world_spell_script_names_434.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_17_00_world_spell_script_names_434.sql b/sql/updates/world/2013_07_17_00_world_spell_script_names_434.sql
new file mode 100644
index 00000000000..dd5c637d458
--- /dev/null
+++ b/sql/updates/world/2013_07_17_00_world_spell_script_names_434.sql
@@ -0,0 +1,9 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (29834,29838,29841,29842,42770,42771);
+INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
+-- Warrior
+(29834,'spell_warr_second_wind_proc'),
+(29838,'spell_warr_second_wind_proc'),
+(29841,'spell_warr_second_wind_trigger'),
+(29842,'spell_warr_second_wind_trigger'),
+-- Utgarde Keep
+(42770,'spell_uk_second_wind_proc');