From 7e6afa7fe8a30b3878c9d0ba32ff18d5a11fcbae Mon Sep 17 00:00:00 2001 From: Nay Date: Thu, 24 Nov 2011 00:35:11 +0000 Subject: Core/Enums: Add two new races to enumerations and update maxlevel in config --- sql/updates/world/2011_11_24_01_world_command.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2011_11_24_01_world_command.sql (limited to 'sql') diff --git a/sql/updates/world/2011_11_24_01_world_command.sql b/sql/updates/world/2011_11_24_01_world_command.sql new file mode 100644 index 00000000000..849a7538621 --- /dev/null +++ b/sql/updates/world/2011_11_24_01_world_command.sql @@ -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'; -- cgit v1.2.3