runey work > profit slider

This commit is contained in:
2024-02-18 16:04:50 -06:00
parent ee60f88e62
commit e93f09c184
+1 -1
View File
@@ -633,7 +633,7 @@ public class WorldServer {
//add extra vendors for lakebane
try {
NPC runeMerchant = NPC.createNPC("Runey", 1200, new Vector3fImmutable(88862f, 33f, 44997f), Guild.getGuild(6), ZoneManager.getZoneByUUID(656), (short) 70, null);
runeMerchant.sellPercent = 1000000;
runeMerchant.sellPercent = 10000;
Building sdrHut = BuildingManager.getBuilding(27979);
runeMerchant.buildingUUID = sdrHut.getObjectUUID();
runeMerchant.building = sdrHut;