ifeelrobbed / ServUO

GNU General Public License v2.0
0 stars 0 forks source link

Trammel showing up on moongate menu #3

Closed ifeelrobbed closed 3 years ago

ifeelrobbed commented 3 years ago

Made the following modification in PublicMoongate.cs on line 572:


                    {
                        checkLists = young ? PMList.UORListsYoung : PMList.UORLists;
                    }
            else
            {
            checkLists = young ? PMList.T2AListsYoung : PMList.T2ALists;
            }