aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAokromes <aokromes@trinitycore.contrib>2011-06-28 17:18:52 +0200
committerMachiavelli <machiavelli.trinity@gmail.com>2011-06-28 17:18:52 +0200
commit275d2cac64533f2a0f409d30869dd51446ad30ff (patch)
tree3b3b6aa2189767122de0294d7175286c5c8beefa /sql/updates
parent86a48c1b63cc485bae31416c7f2de728b1ba20e6 (diff)
DB/Texts: Fix High Justice Grimstone's texts.
Original patch by sgpm Closes #1850 Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_06_28_00_world_script_texts.sql8
1 files changed, 8 insertions, 0 deletions
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');