aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormaximius <none@none>2009-11-02 20:30:25 -0800
committermaximius <none@none>2009-11-02 20:30:25 -0800
commitffb28c06a7719b7a1f908aa4d7d20954d990a82f (patch)
tree31c39b0175a31d1afb590c35efab153b81b57289 /sql/updates
parent43d8b1b7b9ec5661ac6b6648173eb8538988e296 (diff)
* Better solution to No Fly zones by Spp, closes #4
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/6173_world_trinity_string.sql4
1 files changed, 4 insertions, 0 deletions
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);