[11790] comment fix in sql

This commit is contained in:
Laise 2011-09-08 18:11:56 +03:00
parent 3c073c283f
commit 8d58bfe7ed
2 changed files with 2 additions and 2 deletions

View file

@ -17991,7 +17991,7 @@ CREATE TABLE `instance_encounters` (
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
--
-- Dumping data for table `transports`
-- Dumping data for table `instance_encounters`
--
LOCK TABLES `instance_encounters` WRITE;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11789"
#define REVISION_NR "11790"
#endif // __REVISION_NR_H__