Thank you kindly Grumly57 for a patch to solve:

Grass type is not persisted. Try to rez some grass several time to have different random grass types around, then immediately move a couple of them. Or restart the sim and logon again. You'll see all grass types reverted to a dull default one :-)
This commit is contained in:
Charles Krinke
2008-03-08 22:52:17 +00:00
parent ff75ba99a9
commit 8d2d69dc88
2 changed files with 4 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ CREATE TABLE primshapes(UUID varchar(255) primary key,
ProfileEnd integer,
ProfileCurve integer,
ProfileHollow integer,
State integer,
Texture blob,
ExtraParams blob);