Core/Enums: Add two new races to enumerations and update maxlevel in config

This commit is contained in:
Nay
2011-11-24 00:35:11 +00:00
parent dfa2fdc2cb
commit 7e6afa7fe8
4 changed files with 19 additions and 13 deletions

View File

@@ -0,0 +1,2 @@
UPDATE `command` SET `help`='Syntax: .account set addon [$account] #addon\n\nSet user (possible targeted) expansion addon level allowed. Addon values: 0 - normal, 1 - tbc, 2 - wotlk, 3 - cata.' WHERE `name`='account set addon';
UPDATE `command` SET `help`='Syntax: .account addon #addon\nSet expansion addon level allowed. Addon values: 0 - normal, 1 - tbc, 2 - wotlk, 3 - cata.' WHERE `name`='account addon';