[7985] One more my typo... now in mangos.sql

This commit is contained in:
VladimirMangos 2009-06-09 21:20:18 +04:00
parent 90c8263c05
commit 5a417a1970
2 changed files with 2 additions and 2 deletions

View file

@ -1669,7 +1669,7 @@ CREATE TABLE `item_required_target` (
`type` tinyint(3) unsigned NOT NULL default '0',
`targetEntry` mediumint(8) unsigned NOT NULL default '0',
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`

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7984"
#define REVISION_NR "7985"
#endif // __REVISION_NR_H__