From 764c6b524859dc21bd12c08cee2e2f729afd2a61 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Sun, 5 Apr 2009 04:52:01 +0400 Subject: [PATCH] [7617] Fixed typo in prev. sql update. --- sql/updates/7616_02_mangos_command.sql | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/updates/7616_02_mangos_command.sql b/sql/updates/7616_02_mangos_command.sql index 486e459a2..42f55f03b 100644 --- a/sql/updates/7616_02_mangos_command.sql +++ b/sql/updates/7616_02_mangos_command.sql @@ -1,6 +1,6 @@ ALTER TABLE db_version CHANGE COLUMN required_7616_01_mangos_mangos_string required_7616_02_mangos_command bit; -DELETE FROM `command` WHERE `name` IN ('debug playsound','debug play sound','debug play cinematic','debug play movie',); +DELETE FROM `command` WHERE `name` IN ('debug playsound','debug play sound','debug play cinematic','debug play movie'); INSERT INTO `command` VALUES ('debug play cinematic',1,'Syntax: .debug play cinematic #cinematicid\r\n\r\nPlay cinematic #cinematicid for you. You stay at place while your mind fly.\r\n'), diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 94cd0500b..b7b062801 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7616" + #define REVISION_NR "7617" #endif // __REVISION_NR_H__