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/updates/9136_world_trinity_string.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/9136_world_trinity_string.sql (limited to 'sql/updates') 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