[8834] Small fix for sql update remove part.

This commit is contained in:
VladimirMangos 2009-11-19 07:37:48 +03:00
parent b5980f061a
commit 876eb401ad
2 changed files with 2 additions and 2 deletions

View file

@ -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.'),

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8833"
#define REVISION_NR "8834"
#endif // __REVISION_NR_H__