mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 22:37:04 +00:00
3 lines
249 B
SQL
3 lines
249 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_c12601_01_mangos_spell_area required_c12602_01_mangos_npc_spellclick_spells bit;
|
|
|
|
ALTER TABLE npc_spellclick_spells ADD COLUMN `condition_id` mediumint(8) unsigned NOT NULL default '0' AFTER cast_flags;
|