mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
You can still used its (for example to upgrade DB from 0.12 state) but its will not included in installed sql updates list at Unix/Linus for speedup 'make install'.
7 lines
449 B
SQL
7 lines
449 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7097_01_mangos_spell_proc_event required_7107_01_mangos_string bit;
|
|
|
|
DELETE FROM `mangos_string` WHERE `entry` IN (521,1109,1122);
|
|
INSERT INTO `mangos_string` VALUES
|
|
(521,'%d - |cffffffff|Hskill:%d|h[%s %s]|h|r %s %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(1109,'%d - %s %s %s %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
|
(1122,'(%u/%u +perm %u +temp %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|