[9637] Include recent field into mangos.sql

This commit is contained in:
VladimirMangos 2010-03-29 11:42:33 +04:00
parent d7c1e06d1b
commit 4443737005
2 changed files with 2 additions and 2 deletions

View file

@ -2260,7 +2260,7 @@ CREATE TABLE `item_template` (
`FoodType` tinyint(3) unsigned NOT NULL default '0',
`minMoneyLoot` int(10) unsigned NOT NULL default '0',
`maxMoneyLoot` int(10) unsigned NOT NULL default '0',
`NonConsumable` tinyint(1) UNSIGNED NOT NULL default '0',
`ExtraFlags` tinyint(1) UNSIGNED NOT NULL default '0',
PRIMARY KEY (`entry`),
KEY `items_index` (`class`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item System';

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9636"
#define REVISION_NR "9637"
#endif // __REVISION_NR_H__