mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 14:39:43 -04:00
52ba3d3a96
Original SQL by hunuza/MaNGOS project --HG-- branch : trunk
3 lines
109 B
SQL
3 lines
109 B
SQL
ALTER TABLE characters
|
|
ADD COLUMN `actionBars` tinyint(3) UNSIGNED NOT NULL default '0' AFTER knownTitles;
|