Skip to content

Commit

Permalink
Also include Sonja's fix for ServerFlags from the halcyon project.
Browse files Browse the repository at this point in the history
  • Loading branch information
appurist committed Oct 16, 2018
1 parent 747de34 commit 9f08000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/inworldz-rdb-base.sql
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ CREATE TABLE `prims` (
`ServerWeight` double DEFAULT '0',
`StreamingCost` double DEFAULT '0',
`KeyframeAnimation` blob,
`ServerFlags` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`UUID`),
KEY `prims_regionuuid` (`RegionUUID`),
KEY `prims_scenegroupid` (`SceneGroupID`)
Expand Down

0 comments on commit 9f08000

Please sign in to comment.