mirror of
https://github.com/mangosfour/server.git
synced 2026-01-01 16:37:12 +00:00
2 lines
106 B
SQL
2 lines
106 B
SQL
alter table `item_template`
|
|
add column `Faction` int(11) UNSIGNED DEFAULT '0' NOT NULL after `Flags`;
|