[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / sql / updates / 2008_10_29_04_mangos_mangos_string.sql
blob8404c195d199b97f0f1b853fdd274059d1253ccd
1 ALTER TABLE db_version CHANGE COLUMN required_2008_10_29_03_mangos_db_version required_2008_10_29_04_mangos_mangos_string bit;
3 DELETE FROM mangos_string WHERE entry IN (340,341,342);
5 INSERT INTO mangos_string VALUES
6 (340,'%s is now following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
7 (341,'%s is not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
8 (342,'%s is now not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);