mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
2 lines
163 B
SQL
2 lines
163 B
SQL
ALTER TABLE `item_template`
|
|
ADD `Duration` int(11) NOT NULL DEFAULT '0' COMMENT 'Duration in seconds. Negative value means realtime, postive value ingame time';
|