diff options
| author | Brian <runningnak3d@gmail.com> | 2009-12-20 16:51:41 -0700 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2009-12-20 16:51:41 -0700 |
| commit | c4ac6323b0bb4eb9f4f1729ce2a63ab1a8ebd523 (patch) | |
| tree | dcd9ed61403d11cad7482aac0220b15587411e23 /sql/updates | |
| parent | 8a5df265c2d3e9e47464f172dd3d79efba748686 (diff) | |
* 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
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6664_world_quest_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/6664_world_quest_template.sql b/sql/updates/6664_world_quest_template.sql new file mode 100644 index 00000000000..c0f6b5fe4f7 --- /dev/null +++ b/sql/updates/6664_world_quest_template.sql @@ -0,0 +1,3 @@ +ALTER TABLE `quest_template` ADD `RepObjectiveFaction2` smallint(5) UNSIGNED NOT NULL DEFAULT 0 AFTER `RepObjectiveValue`; +ALTER TABLE `quest_template` ADD `RepObjectiveValue2` mediumint(9) NOT NULL DEFAULT 0 AFTER `RepObjectiveFaction2`; + |
