From f477476012d0c3e60b567b7be3194738d60a3b80 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 30 Apr 2009 11:17:28 -0500 Subject: *Fix build. Add a missing trinity string. --HG-- branch : trunk --- sql/updates/2997_world_trinity_string.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/2997_world_trinity_string.sql (limited to 'sql') diff --git a/sql/updates/2997_world_trinity_string.sql b/sql/updates/2997_world_trinity_string.sql new file mode 100644 index 00000000000..51a3547ec30 --- /dev/null +++ b/sql/updates/2997_world_trinity_string.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE `entry` = 5010; +INSERT INTO `trinity_string` VALUES +(5010,'linkGUID: %u, Entry: %u (%s)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); -- cgit v1.2.3