From ae213dd5805f9541fe3520c0180aa7b3f323f77a Mon Sep 17 00:00:00 2001 From: linencloth Date: Sat, 16 Oct 2010 12:59:53 +0200 Subject: Core: Improve constant channel handling - Implement area restrictions - Disable constant channels in arenas - Implement city requirement - Implement global constant channels - Fix some packets --HG-- branch : trunk --- sql/updates/10228_world_trinity_string.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/10228_world_trinity_string.sql (limited to 'sql') diff --git a/sql/updates/10228_world_trinity_string.sql b/sql/updates/10228_world_trinity_string.sql new file mode 100644 index 00000000000..b62a667d3bf --- /dev/null +++ b/sql/updates/10228_world_trinity_string.sql @@ -0,0 +1,2 @@ +DELETE FROM `trinity_string` WHERE `entry` = 819; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES (819, "City"); -- cgit v1.2.3