Removes literal variables (#257)
This commit is contained in:
parent
580da8a0cc
commit
4d6e584b6c
359 changed files with 1306 additions and 1306 deletions
|
|
@ -124,7 +124,7 @@ namespace Server.Items
|
|||
|
||||
if (makersMark)
|
||||
{
|
||||
Crafter = @from;
|
||||
Crafter = from;
|
||||
}
|
||||
|
||||
return quality;
|
||||
|
|
@ -579,11 +579,11 @@ namespace Server.Items
|
|||
|
||||
if (CheckMusicianship(from))
|
||||
{
|
||||
PlayInstrumentWell(@from);
|
||||
PlayInstrumentWell(from);
|
||||
}
|
||||
else
|
||||
{
|
||||
PlayInstrumentBadly(@from);
|
||||
PlayInstrumentBadly(from);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue