mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
6 lines
285 B
SQL
6 lines
285 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10381_01_mangos_creature_model_race required_10400_01_mangos_mangos_string bit;
|
|
|
|
DELETE FROM mangos_string WHERE entry IN (1165);
|
|
|
|
INSERT INTO mangos_string VALUES
|
|
(1165,'Spell %u not have auras.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|