server/sql/updates/0.7/3512_character_spell_cooldown.sql

1 line
136 B
SQL

ALTER TABLE `character_spell_cooldown` ADD COLUMN `item` int(11) unsigned NOT NULL default '0' COMMENT 'Item Identifier' AFTER `spell`;