aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <none@none>2010-11-03 16:44:34 +0100
committerShauren <none@none>2010-11-03 16:44:34 +0100
commitf2fdcdf8f38e2da1e6d7d28e959fcf0165838b90 (patch)
tree4ceaccd487f7d90097508515cfbb816be6754ad7 /sql/updates
parent6f748a76a12a9f8c9e799ed12edcce193c38f6bb (diff)
Core/Scripts: Added enum for generic script texts, fixed one broken text
Scripts/Icecrown Citadel: Blood-Queen Lana'Thel will no longer spawn for Blood Princes intro if they were already killed --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/10284_world_spell_script_names.sql1
-rw-r--r--sql/updates/10349_world_script_texts.sql5
2 files changed, 5 insertions, 1 deletions
diff --git a/sql/updates/10284_world_spell_script_names.sql b/sql/updates/10284_world_spell_script_names.sql
index 08bc5a3826a..571fb59d3a5 100644
--- a/sql/updates/10284_world_spell_script_names.sql
+++ b/sql/updates/10284_world_spell_script_names.sql
@@ -22,4 +22,3 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(72087,'spell_valanar_kinetic_bomb_knockback'),
(73001,'spell_blood_council_shadow_prison'),
(72999,'spell_blood_council_shadow_prison_damage');
-
diff --git a/sql/updates/10349_world_script_texts.sql b/sql/updates/10349_world_script_texts.sql
new file mode 100644
index 00000000000..c3928860fe7
--- /dev/null
+++ b/sql/updates/10349_world_script_texts.sql
@@ -0,0 +1,5 @@
+-- Fix broken string
+UPDATE `script_texts` SET `content_default`='%s goes into a berserker rage!' WHERE `entry`=-1000004;
+
+-- Reuse unused
+UPDATE `script_texts` SET `content_default`='%s goes into a berserker rage!',`type`=3,`comment`='EMOTE_GENERIC_BERSERK_RAID' WHERE `entry`=-1000005;