From 80a319738826c8f3bcb72953c6794875a2db6caa Mon Sep 17 00:00:00 2001 From: maanuel Date: Thu, 10 Dec 2009 22:13:50 -0300 Subject: Violet Hold: Support for Sinclari and guards event (blizzlike), at the start of Violet Hold event. --HG-- branch : trunk --- sql/updates/6477_world_scripts.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/6477_world_scripts.sql (limited to 'sql/updates') diff --git a/sql/updates/6477_world_scripts.sql b/sql/updates/6477_world_scripts.sql new file mode 100644 index 00000000000..54e2a8e6dbf --- /dev/null +++ b/sql/updates/6477_world_scripts.sql @@ -0,0 +1,4 @@ +DELETE FROM `script_texts` WHERE `entry`=-1608000; +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 + (30658,-1608000,'Prision guards, we are leaving! These adventurers are taking over! Go go go',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,''); + -- cgit v1.2.3