aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2015_05_23_02_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_23_02_world.sql b/sql/updates/world/2015_05_23_02_world.sql
new file mode 100644
index 00000000000..b00fa1c2d86
--- /dev/null
+++ b/sql/updates/world/2015_05_23_02_world.sql
@@ -0,0 +1,7 @@
+--
+UPDATE `creature_template` SET `npcflag`=3, `gossip_menu_id`=694 WHERE `entry`=1343;
+DELETE FROM `gossip_menu` WHERE `entry`=694;
+INSERT INTO `gossip_menu` (`entry`,`text_id`) VALUES (694, 1244);
+DELETE FROM `npc_text` WHERE `ID`=1244;
+INSERT INTO `npc_text` (`ID`, `text0_0`, `text0_1`, `BroadcastTextID0`, `lang0`, `prob0`, `em0_0`, `em0_1`) VALUES
+(1244, 'Well, if it isn''t a young, bristling $c, no doubt drawn here by talk of my exploits in fields of battle!$B$BNo time for stories now, for there are great, important deeds that need doing! So if you''re looking for glory, then luck shines on you today...', 'Well, if it isn''t a young, bristling $c, no doubt drawn here by talk of my exploits in fields of battle!$B$BNo time for stories now, for there are great, important deeds that need doing! So if you''re looking for glory, then luck shines on you today...', 0, 0, 1, 0, 0);