From 29666451f3a616eaa1f50cb99d9379124b4bfe28 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 2 Mar 2010 09:59:59 -0700 Subject: * Add support for sending quest completion text * Original patch by NoFantasy - thank you * Ported to Trinity by seirgy - thank you * Closes issue #873 --HG-- branch : trunk --- sql/world.sql | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'sql/world.sql') diff --git a/sql/world.sql b/sql/world.sql index 41844b7b785..2dcb737b40c 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -3353,6 +3353,14 @@ CREATE TABLE `locales_quest` ( `EndText_loc6` text, `EndText_loc7` text, `EndText_loc8` text, + `CompletedText_loc1` text, + `CompletedText_loc2` text, + `CompletedText_loc3` text, + `CompletedText_loc4` text, + `CompletedText_loc5` text, + `CompletedText_loc6` text, + `CompletedText_loc7` text, + `CompletedText_loc8` text, `ObjectiveText1_loc1` text, `ObjectiveText1_loc2` text, `ObjectiveText1_loc3` text, @@ -4392,7 +4400,7 @@ CREATE TABLE `quest_template` ( `OfferRewardText` text DEFAULT NULL, `RequestItemsText` text DEFAULT NULL, `EndText` text DEFAULT NULL, - `CompletionText` text DEFAULT NULL, + `CompletedText` text DEFAULT NULL, `ObjectiveText1` text DEFAULT NULL, `ObjectiveText2` text DEFAULT NULL, `ObjectiveText3` text DEFAULT NULL, -- cgit v1.2.3