diff --git a/sql/updates/8833_02_mangos_command.sql b/sql/updates/8833_02_mangos_command.sql index 75fee0fef..d93695ab6 100644 --- a/sql/updates/8833_02_mangos_command.sql +++ b/sql/updates/8833_02_mangos_command.sql @@ -1,6 +1,6 @@ ALTER TABLE db_version CHANGE COLUMN required_8833_01_mangos_mangos_string required_8833_02_mangos_command bit; -DELETE FROM command where name IN ('character titles','modify titles','titles add','titles current','titles remove'); +DELETE FROM command where name IN ('character titles','modify titles','titles add','titles current','titles remove','titles setmask'); INSERT INTO `command` VALUES ('character titles',2,'Syntax: .character titles [$player_name]\r\n\r\nShow known titles list for selected player or player find by $player_name.'), diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 1f66354d6..8b80dc849 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 "8833" + #define REVISION_NR "8834" #endif // __REVISION_NR_H__