mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
6 lines
405 B
SQL
6 lines
405 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_12000_01_mangos_spell_template required_12012_01_mangos_spell_template bit;
|
|
|
|
DELETE FROM spell_template WHERE id IN (23363, 25192);
|
|
INSERT INTO spell_template VALUES
|
|
(23363, 0x00000000, 101, 21, 76, 18, 0, 0, 179804, 0, 'Summon Drakonid Corpse Trigger'),
|
|
(25192, 0x00000000, 101, 21, 76, 18, 0, 0, 180619, 0, 'Summon Ossirian Crystal');
|