From 76f1d5f22153ea323ef42f481f6958f9cfb370b9 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sat, 6 Sep 2014 03:09:33 +0200 Subject: SQL: Rename SQL after recent PR merge --- sql/updates/world/2014_09_06_02_trinity_string.sql | 14 ++++++++++++++ sql/updates/world/2014_XX_XX_XX_trinity_string.sql | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 sql/updates/world/2014_09_06_02_trinity_string.sql delete mode 100644 sql/updates/world/2014_XX_XX_XX_trinity_string.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_09_06_02_trinity_string.sql b/sql/updates/world/2014_09_06_02_trinity_string.sql new file mode 100644 index 00000000000..d791e59647d --- /dev/null +++ b/sql/updates/world/2014_09_06_02_trinity_string.sql @@ -0,0 +1,14 @@ +DELETE FROM `trinity_string` WHERE `entry` IN (5045, 5046, 5047, 5048, 5049, 5050, 5051, 5052, 5053, 5054, 5055, 5056); +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(5045, 'Map: %d inst: %d perm: %s diff: %d canReset: %s TTR: %s'), +(5046, 'Player binds: %d'), +(5047, 'Group binds: %d'), +(5048, 'Unbinding map: %d inst: %d perm: %s diff: %d canReset: %s TTR: %s'), +(5049, 'Instances unbound: %d'), +(5050, 'Instances loaded: %d'), +(5051, 'Players in instances: %d'), +(5052, 'Instance saves: %d'), +(5053, 'Players bound: %d'), +(5054, 'Groups bound: %d'), +(5055, 'Map is not a dungeon.'), +(5056, 'Map has no instance data.'); diff --git a/sql/updates/world/2014_XX_XX_XX_trinity_string.sql b/sql/updates/world/2014_XX_XX_XX_trinity_string.sql deleted file mode 100644 index d791e59647d..00000000000 --- a/sql/updates/world/2014_XX_XX_XX_trinity_string.sql +++ /dev/null @@ -1,14 +0,0 @@ -DELETE FROM `trinity_string` WHERE `entry` IN (5045, 5046, 5047, 5048, 5049, 5050, 5051, 5052, 5053, 5054, 5055, 5056); -INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES -(5045, 'Map: %d inst: %d perm: %s diff: %d canReset: %s TTR: %s'), -(5046, 'Player binds: %d'), -(5047, 'Group binds: %d'), -(5048, 'Unbinding map: %d inst: %d perm: %s diff: %d canReset: %s TTR: %s'), -(5049, 'Instances unbound: %d'), -(5050, 'Instances loaded: %d'), -(5051, 'Players in instances: %d'), -(5052, 'Instance saves: %d'), -(5053, 'Players bound: %d'), -(5054, 'Groups bound: %d'), -(5055, 'Map is not a dungeon.'), -(5056, 'Map has no instance data.'); -- cgit v1.2.3