RequestRecipeShopMessageSet fix.

Contributed by rocknowx.
This commit is contained in:
MobiusDev 2015-11-06 22:03:26 +00:00
parent 1f8fbd9d96
commit 734d38bd3e

View File

@ -55,11 +55,8 @@ public class RequestRecipeShopMessageSet extends L2GameClientPacket
return; return;
} }
if (player.hasManufactureShop())
{
player.setStoreName(_name); player.setStoreName(_name);
} }
}
@Override @Override
public String getType() public String getType()