From ffb28c06a7719b7a1f908aa4d7d20954d990a82f Mon Sep 17 00:00:00 2001 From: maximius Date: Mon, 2 Nov 2009 20:30:25 -0800 Subject: * Better solution to No Fly zones by Spp, closes #4 --HG-- branch : trunk --- sql/FULL/world_trinity_string_full.sql | 2 +- sql/updates/6173_world_trinity_string.sql | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 sql/updates/6173_world_trinity_string.sql (limited to 'sql') diff --git a/sql/FULL/world_trinity_string_full.sql b/sql/FULL/world_trinity_string_full.sql index 30396a6d24c..fd0b34c7251 100644 --- a/sql/FULL/world_trinity_string_full.sql +++ b/sql/FULL/world_trinity_string_full.sql @@ -628,7 +628,7 @@ INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `conte (813, 'Veteran', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (814, 'Member', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (815, 'Initiate', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -(816, 'You have entered a No-Fly Zone and are about to be dismounted.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(816, 'Warning: You''ve entered a no-fly zone and are about to be dismounted!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1000, 'Exiting daemon...', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1001, 'Account deleted: %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1002, 'Account %s NOT deleted (probably sql file format was updated)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), diff --git a/sql/updates/6173_world_trinity_string.sql b/sql/updates/6173_world_trinity_string.sql new file mode 100644 index 00000000000..3fc5debb75f --- /dev/null +++ b/sql/updates/6173_world_trinity_string.sql @@ -0,0 +1,4 @@ + +DELETE FROM `trinity_string` WHERE `entry`=816; +INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES +(816, 'Warning: You''ve entered a no-fly zone and are about to be dismounted!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); -- cgit v1.2.3