mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
This sql updates including chaarcter convertion queries: 2008_12_22_18_characters_characters.sql 2008_12_22_19_characters_item_instance.sql
5 lines
395 B
SQL
5 lines
395 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_2008_12_22_09_mangos_spell_affect required_2008_12_22_10_mangos_string bit;
|
|
|
|
INSERT INTO `mangos_string` VALUES
|
|
(345,'Forced customize for player %s will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(346,'Forced customize for player %s (GUID #%u) will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|