mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
9 lines
300 B
SQL
9 lines
300 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8777_02_mangos_gameobject required_8800_01_mangos_spell_elixir bit;
|
|
|
|
DELETE FROM `spell_elixir` WHERE `entry` IN (67016,67017,67018);
|
|
|
|
/* Flasks added in 3.2.x */
|
|
INSERT INTO `spell_elixir` (`entry`, `mask`) VALUES
|
|
(67016,0x3),
|
|
(67017,0x3),
|
|
(67018,0x3);
|