diff options
| author | Nay <dnpd.dd@gmail.com> | 2013-03-15 20:44:07 +0000 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2013-03-15 20:44:07 +0000 |
| commit | 6b78efdcd6f21135faa789c9402587b95a3b37b2 (patch) | |
| tree | a23c3601509e068dccabdb45d613f8fb4f34927b | |
| parent | 3a3f087b0722de3590f3e943b0ff7e0af214a704 (diff) | |
SQL: Rename SQL file after PR merge
| -rw-r--r-- | sql/updates/world/2013_03_11_01_world_trinty_strings.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/2013_03_15_01_world_trinity_strings.sql | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sql/updates/world/2013_03_11_01_world_trinty_strings.sql b/sql/updates/world/2013_03_11_01_world_trinty_strings.sql deleted file mode 100644 index c4a76a4e4f7..00000000000 --- a/sql/updates/world/2013_03_11_01_world_trinty_strings.sql +++ /dev/null @@ -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.'); diff --git a/sql/updates/world/2013_03_15_01_world_trinity_strings.sql b/sql/updates/world/2013_03_15_01_world_trinity_strings.sql new file mode 100644 index 00000000000..0ae44b1ae53 --- /dev/null +++ b/sql/updates/world/2013_03_15_01_world_trinity_strings.sql @@ -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.'); |
