mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +00:00
[10783] Fixed comment in characters.sql
This commit is contained in:
parent
cc0655a402
commit
525836734c
2 changed files with 2 additions and 2 deletions
|
|
@ -1472,7 +1472,7 @@ CREATE TABLE `item_loot` (
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Item System';
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Item System';
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Dumping data for table `item_instance`
|
-- Dumping data for table `item_loot`
|
||||||
--
|
--
|
||||||
|
|
||||||
LOCK TABLES `item_loot` WRITE;
|
LOCK TABLES `item_loot` WRITE;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10782"
|
#define REVISION_NR "10783"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue