--- deliantra/server/TODO 2007/07/04 04:15:29 1.69 +++ deliantra/server/TODO 2007/07/04 06:38:35 1.70 @@ -7,6 +7,10 @@ 07:21:48 -cfbot:#cf- [Incen] ayup 07:22:06 -cfbot:#cf- [Lina] dusts/potions/figurines/balms +* is_animated is sometimes written twice when saving, because it must be off when + no animation is set. this does not work, of course, because later the flag is written again. + should probably be fixed on load, not on save. + * IMPORTANT: item_power should be a body slot like other such qualities, so they can be sensibly tested against exclusion. Right now, one can equip more than item power allows because it is not checked everywhere