mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
2 lines
121 B
SQL
2 lines
121 B
SQL
alter table `item_template`
|
|
add column `StatsCount` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL after `ContainerSlots`;
|