mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[9637] Include recent field into mangos.sql
This commit is contained in:
parent
d7c1e06d1b
commit
4443737005
2 changed files with 2 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9636"
|
||||
#define REVISION_NR "9637"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue