UOGamers 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!

  • To obtain new Razor updates, please reinstall Razor from our new website.

[SVN 533] Wool.cs warning.

Status
Not open for further replies.
[SVN 533] Wool.cs warning.

Code:
Warnings:
 + Items/Resources/Tailor/Wool.cs:
    CS0108: Line 149: 'Server.Items.TaintedWool.OnSpun(Server.Items.ISpinningWhe
el, Server.Mobile, int)' hides inherited member 'Server.Items.Wool.OnSpun(Server
.Items.ISpinningWheel, Server.Mobile, int)'. Use the new keyword if hiding was i
ntended.

Just a heads up. This patch never went into effect. You get the above warning on Wool.cs The following link shows what was intended to be done.

http://www.uodemise.com/forum/showpost.php?p=782449&postcount=13
 

Xavier

Account Terminated
Re: SVN 529 Wool.cs warning.

Callandor2k;786614 said:
Code:
Warnings:
 + Items/Resources/Tailor/Wool.cs:
    CS0108: Line 149: 'Server.Items.TaintedWool.OnSpun(Server.Items.ISpinningWhe
el, Server.Mobile, int)' hides inherited member 'Server.Items.Wool.OnSpun(Server
.Items.ISpinningWheel, Server.Mobile, int)'. Use the new keyword if hiding was i
ntended.
Just a heads up. This patch never went into effect. You get the above warning on Wool.cs The following link shows what was intended to be done.

http://www.uodemise.com/forum/showpost.php?p=782449&postcount=13

Yeah, looks like i missed the updated patch. Ill change it. Thanks.
 
Status
Not open for further replies.
Top