Added missing ReqItem 5 and 6 to database.

This commit is contained in:
tomrus88 2009-10-22 21:12:45 +04:00
parent e7c56a0f45
commit 1b79b1b6df
8 changed files with 95 additions and 89 deletions

View file

@ -0,0 +1,5 @@
alter table `quest_template`
add column `ReqItemId5` mediumint(8) UNSIGNED DEFAULT '0' NOT NULL after `ReqItemId4`,
add column `ReqItemId6` mediumint(8) UNSIGNED DEFAULT '0' NOT NULL after `ReqItemId5`,
add column `ReqItemCount5` smallint(5) UNSIGNED DEFAULT '0' NOT NULL after `ReqItemCount4`,
add column `ReqItemCount6` smallint(5) UNSIGNED DEFAULT '0' NOT NULL after `ReqItemCount5`;