aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-02 16:21:30 -0600
committermegamage <none@none>2008-12-02 16:21:30 -0600
commit724b627f49ed516ce833e00f6c84cf205bd1636c (patch)
tree989e49655898595547ba9ca843de7c75ba3f0ab9 /sql
parent8948f417cfc24f0986497e37a56ea757a4e7f86a (diff)
*Script for quest : Second Trial(9686). By mrbungle.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/377_world_scripts.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/377_world_scripts.sql b/sql/updates/377_world_scripts.sql
new file mode 100644
index 00000000000..3fb8ef12fe8
--- /dev/null
+++ b/sql/updates/377_world_scripts.sql
@@ -0,0 +1,10 @@
+update creature_template set scriptname = 'npc_second_trial_paladin' where entry in (17809,17810,17811,17812);
+update creature_template set scriptname = 'npc_second_trial_controller' where entry in (17807);
+update gameobject_template set scriptname = 'go_second_trial' where entry in (182052);
+
+delete from `script_texts` where entry between -1645009 and -1645006;
+INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `comment`) VALUES
+(-1645006,'Let the trial begin, Bloodwrath, attack!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'),
+(-1645007,'Champion Lightrend, make me proud!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'),
+(-1645008,'Show this upstart how a real Blood Knight fights, Swiftblade!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'),
+(-1645009,'Show $N the meaning of pain, Sunstriker!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'); \ No newline at end of file