aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpanaut0lordv <panaut0lordv@gmail.com>2009-02-23 21:15:28 +0100
committerpanaut0lordv <panaut0lordv@gmail.com>2009-02-23 21:15:28 +0100
commit072a1524fa2746e249fe0efb970c8827fc2c7e84 (patch)
tree63338efb51db18a0e2c60659e173775b6e53adbe
parente9d06d4d7767bd283e23385e94882b5d57095c52 (diff)
Wrong table name in sql update.
--HG-- branch : trunk
-rw-r--r--sql/updates/1495_mangos_7312_01_world_trinity_string.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/1495_mangos_7312_01_world_trinity_string.sql b/sql/updates/1495_mangos_7312_01_world_trinity_string.sql
index 9eb246ea6f3..5c6deb5c270 100644
--- a/sql/updates/1495_mangos_7312_01_world_trinity_string.sql
+++ b/sql/updates/1495_mangos_7312_01_world_trinity_string.sql
@@ -1,5 +1,5 @@
/*ALTER TABLE db_version CHANGE COLUMN required_7303_01_mangos_pools required_7312_01_mangos_mangos_string bit;*/
-DELETE FROM `mangos_string` WHERE entry = 810;
-INSERT INTO `mangos_string` VALUES
-(810,'|Hplayer:$N|h[$N]|h has earned the achievement $a!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file
+DELETE FROM `trinity_string` WHERE entry = 810;
+INSERT INTO `trinity_string` VALUES
+(810,'|Hplayer:$N|h[$N]|h has earned the achievement $a!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);