mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
6 lines
No EOL
365 B
SQL
6 lines
No EOL
365 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10131_01_mangos_spell_bonus_data required_10148_01_mangos_mangos_string bit;
|
|
|
|
DELETE FROM mangos_string WHERE entry IN (63, 64);
|
|
INSERT INTO mangos_string () VALUES
|
|
(63, "Accepts whispers", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
|
|
(64, "Doesn't accept whispers", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |