mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
TDB 335.11.43
Move SQL updates to the directory old.
This commit is contained in:
@@ -1,3 +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.');
|
||||
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.');
|
||||
@@ -1,4 +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');
|
||||
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');
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user