aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-27 21:23:06 -0700
committermaximius <none@none>2009-09-27 21:23:06 -0700
commit77e5c0362e574d878fcc7f6eafd51df8d197e561 (patch)
tree349eecf4bfc1b579788b3fa2fc25078326f8bb82 /sql/updates
parent7d60e2fb184e7e62d62ce6592112af9f340d3a5a (diff)
*Add ".account addon" command, now players can change their account's expansion.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/5776_world_command.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/5776_world_command.sql b/sql/updates/5776_world_command.sql
new file mode 100644
index 00000000000..516dad98d3a
--- /dev/null
+++ b/sql/updates/5776_world_command.sql
@@ -0,0 +1,7 @@
+
+DELETE FROM `command` WHERE `name` = 'account addon';
+INSERT INTO `command` (`name`, `security`, `help`) VALUES ('account addon', 3, 'Syntax: .account addon #addon\nSet expansion addon level allowed. Addon values: 0 - normal, 1 - tbc, 2 - wotlk.');
+
+DELETE FROM `trinity_string` WHERE `entry`=61;
+INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES
+(61, 'Up to %u expansion allowed now.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);