diff options
| author | megamage <none@none> | 2009-04-30 11:17:28 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-04-30 11:17:28 -0500 |
| commit | f477476012d0c3e60b567b7be3194738d60a3b80 (patch) | |
| tree | 716238c15b17240cebb1ec97f74d8fce23fa1a1d /sql | |
| parent | a60c35659d7cdfba51debe022b6493be00ba41d8 (diff) | |
*Fix build. Add a missing trinity string.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/2997_world_trinity_string.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
