*Add one more RewChoiceItemId field in quest template (SQL and feature request by Brian).

--HG--
branch : trunk
This commit is contained in:
QAston
2009-02-11 20:38:02 +01:00
parent 40bf3b630a
commit dff4f92edd
5 changed files with 36 additions and 34 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `quest_template` ADD COLUMN `RewChoiceItemId7` mediumint(8) unsigned NOT NULL default '0' AFTER `RewChoiceItemId6`;
ALTER TABLE `quest_template` ADD COLUMN `RewChoiceItemCount7` smallint(5) unsigned NOT NULL default '0' AFTER `RewChoiceItemCount6`;