From 275d2cac64533f2a0f409d30869dd51446ad30ff Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 28 Jun 2011 17:18:52 +0200 Subject: DB/Texts: Fix High Justice Grimstone's texts. Original patch by sgpm Closes #1850 Signed-off-by: Machiavelli --- sql/updates/world/2011_06_28_00_world_script_texts.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/2011_06_28_00_world_script_texts.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_06_28_00_world_script_texts.sql b/sql/updates/world/2011_06_28_00_world_script_texts.sql new file mode 100644 index 00000000000..61e14a9c297 --- /dev/null +++ b/sql/updates/world/2011_06_28_00_world_script_texts.sql @@ -0,0 +1,8 @@ +DELETE FROM `script_texts` WHERE `npc_entry`=10096; +INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) VALUES +(10096,-1230003,'You have been sentenced to death for crimes against the Dark Iron nation!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'npc_grimstone SCRIPT_TEXT1'), +(10096,-1230004,'The Sons of Thaurissan shall watch you perish in the Ring of the Law!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'npc_grimstone SCRIPT_TEXT2'), +(10096,-1230005,'Unleash the fury and let it be done!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'npc_grimstone SCRIPT_TEXT3'), +(10096,-1230006,'Haha! I bet you thought you were done!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'npc_grimstone SCRIPT_TEXT4'), +(10096,-1230007,'But your real punishment lies ahead.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'npc_grimstone SCRIPT_TEXT5'), +(10096,-1230008,'Good riddance!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'npc_grimstone SCRIPT_TEXT6'); -- cgit v1.2.3