mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19:37:01 +00:00
[11790] comment fix in sql
This commit is contained in:
parent
3c073c283f
commit
8d58bfe7ed
2 changed files with 2 additions and 2 deletions
|
|
@ -17991,7 +17991,7 @@ CREATE TABLE `instance_encounters` (
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Dumping data for table `transports`
|
-- Dumping data for table `instance_encounters`
|
||||||
--
|
--
|
||||||
|
|
||||||
LOCK TABLES `instance_encounters` WRITE;
|
LOCK TABLES `instance_encounters` WRITE;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11789"
|
#define REVISION_NR "11790"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue