From d34842f7865b07bb57c749335d9822324683441f Mon Sep 17 00:00:00 2001 From: ApoC Date: Tue, 16 Dec 2008 02:14:48 +0100 Subject: [PATCH] Typo fix. Signed-off-by: ApoC --- sql/updates/2008_12_15_01_mangos_arenas.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/2008_12_15_01_mangos_arenas.sql b/sql/updates/2008_12_15_01_mangos_arenas.sql index 0278724a5..589aacfb6 100644 --- a/sql/updates/2008_12_15_01_mangos_arenas.sql +++ b/sql/updates/2008_12_15_01_mangos_arenas.sql @@ -20,7 +20,7 @@ INSERT INTO mangos_string (entry, content_default) VALUES (1134, 'Someone in your party is already in three battleground queues. You cannot join as group.'), (1135, 'You cannot teleport to a battleground or arena map.'), (1136, 'You cannot summon players to a battleground or arena map.'), - (1127, 'You must be in GM mode to teleport to a player in a battleground.'), + (1137, 'You must be in GM mode to teleport to a player in a battleground.'), (1138, 'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.'); DELETE FROM mangos_string WHERE entry = 714 OR entry = 716;