mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Core/Enums: Add two new races to enumerations and update maxlevel in config
This commit is contained in:
2
sql/updates/world/2011_11_24_01_world_command.sql
Normal file
2
sql/updates/world/2011_11_24_01_world_command.sql
Normal 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';
|
||||
Reference in New Issue
Block a user