mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
You need extract new dbc/map/vmaps for correct work. And apply ofc sql updates that including character convertion. Special thanks to TOM_RUS for prepering this switch :) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
7 lines
268 B
SQL
7 lines
268 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8589_05_mangos_battleground_template required_8589_07_mangos_spell_elixir bit;
|
|
|
|
DELETE FROM `spell_elixir` WHERE `entry`=67019;
|
|
|
|
/* Flasks added in 3.2.x */
|
|
INSERT INTO `spell_elixir` (`entry`, `mask`) VALUES
|
|
(67019,0x3);
|