mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[11856] Add missing comma in mangos.sql. Thanks to miebaik for pointing
This commit is contained in:
parent
d7e8e75a1e
commit
20e2dddd6c
2 changed files with 2 additions and 2 deletions
|
|
@ -2115,7 +2115,7 @@ DROP TABLE IF EXISTS gossip_menu;
|
|||
CREATE TABLE gossip_menu (
|
||||
entry smallint(6) unsigned NOT NULL default '0',
|
||||
text_id mediumint(8) unsigned NOT NULL default '0',
|
||||
script_id mediumint(8) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'script in `gossip_scripts` - will be executed on GossipHello'
|
||||
script_id mediumint(8) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'script in `gossip_scripts` - will be executed on GossipHello',
|
||||
cond_1 tinyint(3) unsigned NOT NULL default '0',
|
||||
cond_1_val_1 mediumint(8) unsigned NOT NULL default '0',
|
||||
cond_1_val_2 mediumint(8) unsigned NOT NULL default '0',
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11855"
|
||||
#define REVISION_NR "11856"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue