mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
SQL: Rename SQL file after PR merge
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DELETE FROM `trinity_string` where `entry` = 363;
|
||||
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES ('363', 'Player %s cannot whisper you any longer.');
|
||||
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `trinity_string` where `entry`=363;
|
||||
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
|
||||
(363, 'Player %s cannot whisper you any longer.');
|
||||
Reference in New Issue
Block a user