From a0a22ecbc8767682c8d8978c6c871a28311461a2 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Wed, 21 Sep 2011 11:35:29 -0300 Subject: Scripts/Commands: Added .dev command to show tag in nickname --- sql/updates/world/2011_09_21_02_world_command.sql | 3 +++ sql/updates/world/2011_09_21_02_world_trinity_string.sql | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 sql/updates/world/2011_09_21_02_world_command.sql create mode 100644 sql/updates/world/2011_09_21_02_world_trinity_string.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_09_21_02_world_command.sql b/sql/updates/world/2011_09_21_02_world_command.sql new file mode 100644 index 00000000000..629f0c9ab32 --- /dev/null +++ b/sql/updates/world/2011_09_21_02_world_command.sql @@ -0,0 +1,3 @@ +DELETE FROM command WHERE name = 'dev'; +INSERT INTO command VALUES +('dev', 3, 'Syntax: .dev [on/off]\r\n\r\nEnable or Disable in game Dev tag or show current state if on/off not provided.'); diff --git a/sql/updates/world/2011_09_21_02_world_trinity_string.sql b/sql/updates/world/2011_09_21_02_world_trinity_string.sql new file mode 100644 index 00000000000..954c4a7eded --- /dev/null +++ b/sql/updates/world/2011_09_21_02_world_trinity_string.sql @@ -0,0 +1,4 @@ +DELETE FROM trinity_string WHERE entry IN (1137, 1138); +INSERT INTO trinity_string (`entry`,`content_default`) VALUES +(1137, 'Dev mode is ON'), +(1138, 'Dev mode is OFF'); -- cgit v1.2.3