server/sql/updates/0.10/5092_mangos_item_template.sql

2 lines
164 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';