[9133] Fixes in talent 11129 work.
[getmangos.git] / sql / updates / 8818_01_mangos_mangos_string.sql
blob3ca9b6c353f7cda68b377623a8c3312327e55fcb
1 ALTER TABLE db_version CHANGE COLUMN required_8815_01_mangos_mangos_string required_8818_01_mangos_mangos_string bit;
3 -- this sql might delete some of your translated strings, if you translated them
5 DELETE FROM mangos_string WHERE entry in (714, 716, 752, 753, 754, 755, 757, 758, 783);
7 INSERT INTO mangos_string VALUES (752,'Only the Alliance can use that portal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
8 INSERT INTO mangos_string VALUES (753,'Only the Horde can use that portal',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);