diff options
author | Melanie | 2009-09-27 21:17:23 +0100 |
---|---|---|
committer | Melanie | 2009-09-27 21:17:23 +0100 |
commit | 8e091f590375d2b63c100e45a187b6cbfa76e161 (patch) | |
tree | d3123da98ecd61eaf419ea3938190ecbacd2e250 /OpenSim/Data/IRegionData.cs | |
parent | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-8e091f590375d2b63c100e45a187b6cbfa76e161.zip opensim-SC-8e091f590375d2b63c100e45a187b6cbfa76e161.tar.gz opensim-SC-8e091f590375d2b63c100e45a187b6cbfa76e161.tar.bz2 opensim-SC-8e091f590375d2b63c100e45a187b6cbfa76e161.tar.xz |
Add the Migration for the regions table
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/IRegionData.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Data/IRegionData.cs b/OpenSim/Data/IRegionData.cs index c5201ea..7a607ab 100644 --- a/OpenSim/Data/IRegionData.cs +++ b/OpenSim/Data/IRegionData.cs | |||
@@ -39,6 +39,8 @@ namespace OpenSim.Data | |||
39 | public string RegionName; | 39 | public string RegionName; |
40 | public int posX; | 40 | public int posX; |
41 | public int posY; | 41 | public int posY; |
42 | public int sizeX; | ||
43 | public int sizeY; | ||
42 | public Dictionary<string, object> Data; | 44 | public Dictionary<string, object> Data; |
43 | } | 45 | } |
44 | 46 | ||