From c4ac6323b0bb4eb9f4f1729ce2a63ab1a8ebd523 Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 20 Dec 2009 16:51:41 -0700 Subject: * Added support for RepObjectiveFaction2 / RepObjectiveValue2 (opposite * faction) IE: need to LOSE reputation with that faction. * Original patch by Brian / Ported to latest rev. by Kudlaty -- THANKS! --HG-- branch : trunk --- sql/world.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/world.sql') diff --git a/sql/world.sql b/sql/world.sql index 69504248ea6..a589d7bdb38 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -3828,6 +3828,8 @@ CREATE TABLE `quest_template` ( `RequiredSkillValue` smallint(5) unsigned NOT NULL DEFAULT '0', `RepObjectiveFaction` smallint(5) unsigned NOT NULL DEFAULT '0', `RepObjectiveValue` mediumint(9) NOT NULL DEFAULT '0', + `RepObjectiveFaction2` smallint(5) unsigned NOT NULL DEFAULT '0', + `RepObjectiveValue2` mediumint(9) NOT NULL DEFAULT '0', `RequiredMinRepFaction` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredMinRepValue` mediumint(9) NOT NULL DEFAULT '0', `RequiredMaxRepFaction` smallint(5) unsigned NOT NULL DEFAULT '0', -- cgit v1.2.3