RequestRecipeShopMessageSet fix.
Contributed by rocknowx.
This commit is contained in:
@ -55,10 +55,7 @@ public class RequestRecipeShopMessageSet extends L2GameClientPacket
|
||||
return;
|
||||
}
|
||||
|
||||
if (player.hasManufactureShop())
|
||||
{
|
||||
player.setStoreName(_name);
|
||||
}
|
||||
player.setStoreName(_name);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user