RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

small error from runuo 1 to 2...

VertiCody

Sorceror
error.
Code:
cs1520: line 32: class, strict, or interface methood must have a return type
code
Code:
              }

        public override Item Dupe( int amount )
        {
            return base.Dupe( new DragonDust( amount ), amount );
        }

i tried to fix this, thanks...
 
Top