server/sql/updates/0083_12090_01_mangos_spell_template.sql
Xfurry 6977c3b60a [0083] Implement some spells for AQ40
Dark Glare beam spells: 26137, 26009, 26136 and 26029
Server side spell: 26133
2020-02-16 11:56:31 +00:00

5 lines
305 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_0082_12012_01_mangos_spell_template required_0083_12090_01_mangos_spell_template bit;
DELETE FROM spell_template WHERE id IN (26133);
INSERT INTO spell_template VALUES
(26133, 0x00000000, 101, 21, 76, 18, 0, 0, 180795, 0, 'Summon Sandworm Base');