From 3ccfb5fefb1563442942948be40f7807ae9d57de Mon Sep 17 00:00:00 2001 From: Nay Date: Sun, 4 Sep 2011 18:51:16 +0100 Subject: Core/SAI: SMART_ACTION_FLEE: print flee emote if param1 is set --- sql/updates/world/2011_09_04_00_world_quest_template.sql | 6 ++++++ sql/updates/world/2011_09_04_01_world_trinity_string.sql | 3 +++ sql/updates/world/2011_09_04_world_quest_template.sql | 6 ------ 3 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 sql/updates/world/2011_09_04_00_world_quest_template.sql create mode 100644 sql/updates/world/2011_09_04_01_world_trinity_string.sql delete mode 100644 sql/updates/world/2011_09_04_world_quest_template.sql (limited to 'sql') diff --git a/sql/updates/world/2011_09_04_00_world_quest_template.sql b/sql/updates/world/2011_09_04_00_world_quest_template.sql new file mode 100644 index 00000000000..4ff774b65b4 --- /dev/null +++ b/sql/updates/world/2011_09_04_00_world_quest_template.sql @@ -0,0 +1,6 @@ +UPDATE `quest_template` SET `RequiredRaces`=1101 WHERE `entry` IN (4362,4363); -- The Fate of the Kingdom & The Princess's Surprise +UPDATE `quest_template` SET `NextQuestId`=4342 WHERE `entry`=4341; -- Kharan Mighthammer +UPDATE `quest_template` SET `PrevQuestId`=4341 WHERE `entry`=4342; -- Kharan's Tale +UPDATE `quest_template` SET `PrevQuestId`=4342 WHERE `entry`=4361; -- The Bearer of Bad News +UPDATE `quest_template` SET `PrevQuestId`=4361 WHERE `entry`=4362; -- The Fate of the Kingdom +UPDATE `quest_template` SET `PrevQuestId`=4362 WHERE `entry`=4363; -- The Princess's Surprise diff --git a/sql/updates/world/2011_09_04_01_world_trinity_string.sql b/sql/updates/world/2011_09_04_01_world_trinity_string.sql new file mode 100644 index 00000000000..0f36a362db9 --- /dev/null +++ b/sql/updates/world/2011_09_04_01_world_trinity_string.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE `entry`=5030; +INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES +(5030, '%s attempts to run away in fear!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); diff --git a/sql/updates/world/2011_09_04_world_quest_template.sql b/sql/updates/world/2011_09_04_world_quest_template.sql deleted file mode 100644 index 4ff774b65b4..00000000000 --- a/sql/updates/world/2011_09_04_world_quest_template.sql +++ /dev/null @@ -1,6 +0,0 @@ -UPDATE `quest_template` SET `RequiredRaces`=1101 WHERE `entry` IN (4362,4363); -- The Fate of the Kingdom & The Princess's Surprise -UPDATE `quest_template` SET `NextQuestId`=4342 WHERE `entry`=4341; -- Kharan Mighthammer -UPDATE `quest_template` SET `PrevQuestId`=4341 WHERE `entry`=4342; -- Kharan's Tale -UPDATE `quest_template` SET `PrevQuestId`=4342 WHERE `entry`=4361; -- The Bearer of Bad News -UPDATE `quest_template` SET `PrevQuestId`=4361 WHERE `entry`=4362; -- The Fate of the Kingdom -UPDATE `quest_template` SET `PrevQuestId`=4362 WHERE `entry`=4363; -- The Princess's Surprise -- cgit v1.2.3