mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8834] Small fix for sql update remove part.
This commit is contained in:
parent
b5980f061a
commit
876eb401ad
2 changed files with 2 additions and 2 deletions
|
|
@ -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.'),
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8833"
|
||||
#define REVISION_NR "8834"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue