mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[12142] Fix Typo
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
b4d7780f46
commit
0c8d8c67d8
4 changed files with 5 additions and 5 deletions
|
|
@ -9,4 +9,4 @@ CREATE TABLE `character_currencies` (
|
||||||
`seasonCount` int(11) unsigned NOT NULL DEFAULT '0',
|
`seasonCount` int(11) unsigned NOT NULL DEFAULT '0',
|
||||||
`flags` tinyint(2) unsigned NOT NULL DEFAULT '0',
|
`flags` tinyint(2) unsigned NOT NULL DEFAULT '0',
|
||||||
PRIMARY KEY (`guid`,`id`)
|
PRIMARY KEY (`guid`,`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ ALTER TABLE db_version CHANGE COLUMN required_12138_01_mangos_command required_1
|
||||||
DELETE FROM `command` WHERE `name` IN ('modify honor', 'modify arena', 'modify currency', 'lookup currency');
|
DELETE FROM `command` WHERE `name` IN ('modify honor', 'modify arena', 'modify currency', 'lookup currency');
|
||||||
INSERT INTO `command` VALUES
|
INSERT INTO `command` VALUES
|
||||||
('modify currency',2,'Syntax: .modify currency $id $amount\r\n\r\nAdd $amount points of currency $id to the selected player.'),
|
('modify currency',2,'Syntax: .modify currency $id $amount\r\n\r\nAdd $amount points of currency $id to the selected player.'),
|
||||||
('lookup currency',3,'Syntax: .lookup currency $namepart\r\n\r\nLooks up a currency by $namepart, and returns all matches.');
|
('lookup currency',3,'Syntax: .lookup currency $namepart\r\n\r\nLooks up a currency by $namepart, and returns all matches.');
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "12141"
|
#define REVISION_NR "12142"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#ifndef __REVISION_SQL_H__
|
#ifndef __REVISION_SQL_H__
|
||||||
#define __REVISION_SQL_H__
|
#define __REVISION_SQL_H__
|
||||||
#define REVISION_DB_CHARACTERS "required_12140_01_characters_character_currencies"
|
#define REVISION_DB_CHARACTERS "required_12141_01_characters_character_currencies"
|
||||||
#define REVISION_DB_MANGOS "required_12140_02_mangos_mangos_command"
|
#define REVISION_DB_MANGOS "required_12141_02_mangos_mangos_command"
|
||||||
#define REVISION_DB_REALMD "required_12112_01_realmd_account_access"
|
#define REVISION_DB_REALMD "required_12112_01_realmd_account_access"
|
||||||
#endif // __REVISION_SQL_H__
|
#endif // __REVISION_SQL_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue