mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Scripts/Commands: Added .dev command to show <Dev> tag in nickname
This commit is contained in:
3
sql/updates/world/2011_09_21_02_world_command.sql
Normal file
3
sql/updates/world/2011_09_21_02_world_command.sql
Normal file
@@ -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.');
|
||||
4
sql/updates/world/2011_09_21_02_world_trinity_string.sql
Normal file
4
sql/updates/world/2011_09_21_02_world_trinity_string.sql
Normal file
@@ -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');
|
||||
Reference in New Issue
Block a user