server/sql/320/3_item_template.sql

2 lines
106 B
SQL

alter table `item_template`
add column `Faction` int(11) UNSIGNED DEFAULT '0' NOT NULL after `Flags`;