server/sql/updates/0.10/4846_mangos_item_template.sql

2 lines
No EOL
117 B
SQL

ALTER TABLE `item_template`
ADD COLUMN `RequiredArenaRank` INT(10) UNSIGNED NOT NULL DEFAULT 0 AFTER `ExtendedCost`;