Files
l2j_mobius/trunk/dist/sql/game/updates/20090412update.sql
mobius a6a3718849
2015-01-01 20:02:50 +00:00

2 lines
115 B
SQL

ALTER TABLE `items` DROP `time_left`;
alter table `items` add `time` decimal NOT NULL DEFAULT 0 after `mana_left`;