mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[9016] Add missing value for recently aded field in `realmd.sql
This commit is contained in:
parent
71f8f1b5a1
commit
3fbc1c95f9
2 changed files with 2 additions and 2 deletions
|
|
@ -173,7 +173,7 @@ CREATE TABLE `realmlist` (
|
|||
LOCK TABLES `realmlist` WRITE;
|
||||
/*!40000 ALTER TABLE `realmlist` DISABLE KEYS */;
|
||||
INSERT INTO `realmlist` VALUES
|
||||
(1,'MaNGOS','127.0.0.1',8085,1,0,1,0,0);
|
||||
(1,'MaNGOS','127.0.0.1',8085,1,0,1,0,0,'');
|
||||
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9015"
|
||||
#define REVISION_NR "9016"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue