mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
[10308] Fixed mangos.sql after recent changes.
This commit is contained in:
parent
c6f2f16e05
commit
1500be4079
2 changed files with 2 additions and 2 deletions
|
|
@ -14088,7 +14088,7 @@ UNLOCK TABLES;
|
|||
--
|
||||
|
||||
DROP TABLE IF EXISTS `scripted_event_id`;
|
||||
CREATE TABLE `event_id_scripts` (
|
||||
CREATE TABLE `scripted_event_id` (
|
||||
`id` mediumint(8) NOT NULL,
|
||||
`ScriptName` char(64) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10307"
|
||||
#define REVISION_NR "10308"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue