mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +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`;
|