SQL: Rename SQL file after PR merge

This commit is contained in:
Nay
2013-03-15 20:44:07 +00:00
parent 3a3f087b07
commit 6b78efdcd6
2 changed files with 3 additions and 2 deletions

View File

@@ -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.');

View File

@@ -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.');