From 986a09c12145bef6530f0d0a7cefeda779ccaef3 Mon Sep 17 00:00:00 2001 From: leak Date: Sat, 12 Mar 2011 16:00:27 +0100 Subject: SQL: Corrected improper sql file naming --- sql/updates/world/2011_03_11_2_trinity_string.sql | 6 ------ sql/updates/world/2011_03_11_2_world_trinity_string.sql | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 sql/updates/world/2011_03_11_2_trinity_string.sql create mode 100644 sql/updates/world/2011_03_11_2_world_trinity_string.sql (limited to 'sql') diff --git a/sql/updates/world/2011_03_11_2_trinity_string.sql b/sql/updates/world/2011_03_11_2_trinity_string.sql deleted file mode 100644 index 925873f5d6f..00000000000 --- a/sql/updates/world/2011_03_11_2_trinity_string.sql +++ /dev/null @@ -1,6 +0,0 @@ -UPDATE `trinity_string` SET `content_default` = 'Player selected NPC -DB GUID: %u, current GUID: %u. -Faction: %u. -npcFlags: %u. -Entry: %u. -DisplayID: %u (Native: %u).' WHERE `entry` = 539; diff --git a/sql/updates/world/2011_03_11_2_world_trinity_string.sql b/sql/updates/world/2011_03_11_2_world_trinity_string.sql new file mode 100644 index 00000000000..925873f5d6f --- /dev/null +++ b/sql/updates/world/2011_03_11_2_world_trinity_string.sql @@ -0,0 +1,6 @@ +UPDATE `trinity_string` SET `content_default` = 'Player selected NPC +DB GUID: %u, current GUID: %u. +Faction: %u. +npcFlags: %u. +Entry: %u. +DisplayID: %u (Native: %u).' WHERE `entry` = 539; -- cgit v1.2.3