mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
From: Chris Yeoh <cyeoh@au1.ibm.com>
The attached patch implements llPassTouches. It has been added to the export/import XML along with the flag for AllowedInventoryDrop. The MySQL backend has been updated as well, though I haven't done one of those before so could do with a check. I added the migration mysql file as well. The other data backends need updating as well.
This commit is contained in:
5
OpenSim/Data/MySQL/Resources/029_RegionStore.sql
Normal file
5
OpenSim/Data/MySQL/Resources/029_RegionStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE prims ADD COLUMN PassTouches tinyint not null default 0;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user