From 724b627f49ed516ce833e00f6c84cf205bd1636c Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 2 Dec 2008 16:21:30 -0600 Subject: *Script for quest : Second Trial(9686). By mrbungle. --HG-- branch : trunk --- sql/updates/377_world_scripts.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/377_world_scripts.sql (limited to 'sql') 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 -- cgit v1.2.3