mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +00:00
[7985] One more my typo... now in mangos.sql
This commit is contained in:
parent
90c8263c05
commit
5a417a1970
2 changed files with 2 additions and 2 deletions
|
|
@ -1669,7 +1669,7 @@ CREATE TABLE `item_required_target` (
|
||||||
`type` tinyint(3) unsigned NOT NULL default '0',
|
`type` tinyint(3) unsigned NOT NULL default '0',
|
||||||
`targetEntry` mediumint(8) unsigned NOT NULL default '0',
|
`targetEntry` mediumint(8) unsigned NOT NULL default '0',
|
||||||
UNIQUE KEY `entry_type_target` (`entry`,`type`,`targetEntry`)
|
UNIQUE KEY `entry_type_target` (`entry`,`type`,`targetEntry`)
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED;
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Dumping data for table `item_required_target`
|
-- Dumping data for table `item_required_target`
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7984"
|
#define REVISION_NR "7985"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue