diff options
Diffstat (limited to 'sql/world.sql')
| -rw-r--r-- | sql/world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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', |
