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__