mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
3 lines
196 B
SQL
3 lines
196 B
SQL
ALTER TABLE `item_template`
|
|
CHANGE COLUMN `Extra` `RandomProperty_1` int(30) unsigned NOT NULL default '0',
|
|
CHANGE COLUMN `unk_203` `RandomProperty_2` int(30) unsigned NOT NULL default '0';
|