mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
6 lines
318 B
SQL
6 lines
318 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_11335_01_mangos_mangos_string required_11335_02_mangos_mangos_string bit;
|
|
|
|
DELETE FROM mangos_string WHERE entry IN (503);
|
|
|
|
INSERT INTO mangos_string VALUES
|
|
(503,'The distance is: (3D) %f (2D) %f - (3D, point-to-point) %f yards.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|