mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Wrong table name in sql update.
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user