mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
1 line
136 B
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`;
|