aboutsummaryrefslogtreecommitdiff
path: root/sql/world.sql
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2010-03-02 09:59:59 -0700
committerBrian <runningnak3d@gmail.com>2010-03-02 09:59:59 -0700
commit29666451f3a616eaa1f50cb99d9379124b4bfe28 (patch)
tree07c1057db7c525c9cc8bfc0d819bc1284e6795e0 /sql/world.sql
parent0f4855d8f3b5fac8f9b01171e372df86df2e2ba0 (diff)
* 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
Diffstat (limited to 'sql/world.sql')
-rw-r--r--sql/world.sql10
1 files changed, 9 insertions, 1 deletions
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,