diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/377_world_scripts.sql | 10 |
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 |
