Skip to content

Commit

Permalink
[10308] Fixed mangos.sql after recent changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMangos committed Aug 2, 2010
1 parent 6fa98d1 commit b053e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/mangos.sql
Expand Up @@ -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`)
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10307"
#define REVISION_NR "10308"
#endif // __REVISION_NR_H__

0 comments on commit b053e13

Please sign in to comment.