I was going to say "What song were you adding?" but I was not sure that it would be relevant. Now I think it is. Look in your RunUO 1.0 Source Folder, you will find BaseRegion.cs. I was just looking at that, and noticed that there are about half as many songs there as in 2.0. That must be it. The enum is basically a glorified array of INTs, so by calling a "song" not listed, it is calling an integer outside the bounds of the array. (Not sure, but it's a working theory.)
|