mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[8495] Add absent ; in sql update that can create problems in merged sql update sequence.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
cd8663972e
commit
b276b05363
2 changed files with 2 additions and 2 deletions
|
|
@ -6,4 +6,4 @@ 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;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8494"
|
#define REVISION_NR "8495"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue