server/sql/wotlk_updates/4_mangos_item_template.sql
2008-10-27 01:03:11 +03:00

2 lines
121 B
SQL

alter table `item_template`
add column `StatsCount` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL after `ContainerSlots`;