From b76ceca24f3156e5e944dfd66eb875220cf22fd1 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 2 Aug 2010 15:14:47 +0200 Subject: Updated .pdump commands Deleted (but kept in db) characters cannot be dumped --HG-- branch : trunk --- sql/base/world_database.sql | 1 + sql/updates/9136_world_trinity_string.sql | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 sql/updates/9136_world_trinity_string.sql (limited to 'sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 106851769ee..15166e61d77 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -15409,6 +15409,7 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (1127, 'Talents of %s''s pet reset.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1128, '%d - |cffffffff|Htaxinode:%u|h[%s %s]|h|r (Map:%u X:%f Y:%f Z:%f)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1129, '%d - %s %s (Map:%u X:%f Y:%f Z:%f)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(1130, 'Can''t dump deleted characters, aborting.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1200, 'You try to view cinemitic %u but it doesn''t exist.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1201, 'You try to view movie %u but it doesn''t exist.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1300, 'Alliance', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), diff --git a/sql/updates/9136_world_trinity_string.sql b/sql/updates/9136_world_trinity_string.sql new file mode 100644 index 00000000000..b37310ef60e --- /dev/null +++ b/sql/updates/9136_world_trinity_string.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE `entry`=1130; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(1130, 'Can''t dump deleted characters, aborting.'); -- cgit v1.2.3